Fix Facebook authorization not working

This commit is contained in:
JonnyWong16 2016-01-18 18:21:59 -08:00
parent 2459340c6f
commit dd463f00a7

View file

@ -1299,6 +1299,7 @@ class WebInterface(object):
else:
return "Unable to verify key"
@cherrypy.expose
def facebookStep1(self):
cherrypy.response.headers['Cache-Control'] = "max-age=0,no-cache,no-store"
facebook = notifiers.FacebookNotifier()