mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Fix Facebook authorization not working
This commit is contained in:
parent
2459340c6f
commit
dd463f00a7
1 changed files with 1 additions and 0 deletions
|
@ -1299,6 +1299,7 @@ class WebInterface(object):
|
||||||
else:
|
else:
|
||||||
return "Unable to verify key"
|
return "Unable to verify key"
|
||||||
|
|
||||||
|
@cherrypy.expose
|
||||||
def facebookStep1(self):
|
def facebookStep1(self):
|
||||||
cherrypy.response.headers['Cache-Control'] = "max-age=0,no-cache,no-store"
|
cherrypy.response.headers['Cache-Control'] = "max-age=0,no-cache,no-store"
|
||||||
facebook = notifiers.FacebookNotifier()
|
facebook = notifiers.FacebookNotifier()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue