Skip to content

Commit

Permalink
Add a TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Aug 14, 2017
1 parent c027e31 commit 2326add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/webapps/galaxy/controllers/oauth2.py
Expand Up @@ -21,4 +21,5 @@ def google_authn(self, trans, **kwargs):
@web.expose
def google_callback(self, trans, **kwargs): # TODO: to be tested.
if trans.app.authnz_manager.callback( "Google", kwargs[ 'state' ], kwargs[ 'code' ], trans ) is False:
# TODO: inform user why he/she is being re-authenticated.
self.google_authn( trans )

0 comments on commit 2326add

Please sign in to comment.