mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-06 12:43:35 +00:00
Fix bug in gam oauth create
This commit is contained in:
@ -10465,6 +10465,8 @@ def doOAuthCreate():
|
||||
invalidChoiceExit(uscope, API.getClientScopesURLs(GC.Values[GC.TODRIVE_CLIENTACCESS]), True)
|
||||
else:
|
||||
unknownArgumentExit()
|
||||
if len(scopes) == 0:
|
||||
scopes = None
|
||||
doOAuthRequest(scopes, login_hint)
|
||||
|
||||
def exitIfNoOauth2Txt():
|
||||
|
Reference in New Issue
Block a user