remove email-settings JSON, fix e on scope selection

This commit is contained in:
Jay Lee
2018-08-24 08:28:23 -04:00
parent a3db496f31
commit f94b3eb383
2 changed files with 1 additions and 152 deletions

View File

@@ -11999,7 +11999,7 @@ def doRequestOAuth(login_hint=None):
flags = cmd_flags(noLocalWebserver=GC_Values[GC_NO_BROWSER])
scopes = getScopesFromUser()
if scopes is None:
return
systemErrorExit(0, u'')
client_id, client_secret = getOAuthClientIDAndSecret()
login_hint = getValidateLoginHint(login_hint)
flow = oauth2client.client.OAuth2WebServerFlow(client_id=client_id,