mirror of
https://github.com/kennethreitz/flask-googlefed.git
synced 2026-06-05 23:10:17 +00:00
cleanup comments
This commit is contained in:
@@ -63,13 +63,11 @@ class GoogleAuth(object):
|
||||
"""
|
||||
session['openid'] = resp.identity_url
|
||||
return redirect(self.oid.get_next_url())
|
||||
# return self.oid.after_login(f(resp))
|
||||
|
||||
def _logout(self):
|
||||
session.pop('openid', None)
|
||||
return redirect(self.oid.get_next_url())
|
||||
|
||||
|
||||
def _get_blueprint(self, name):
|
||||
return Blueprint(
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user