This commit is contained in:
David Baker 2015-04-24 09:42:37 +01:00
parent 6532b6e607
commit f7a79a37be

View file

@ -85,8 +85,8 @@ class AuthHandler(BaseHandler):
# email auth link on there). It's probably too open to abuse
# because it lets unauthenticated clients store arbitrary objects
# on a home server.
#sess['clientdict'] = clientdict
#self._save_session(sess)
# sess['clientdict'] = clientdict
# self._save_session(sess)
pass
elif 'clientdict' in sess:
clientdict = sess['clientdict']