Fix bug in gam oauth create

This commit is contained in:
Ross Scroggs
2023-07-21 13:51:19 -07:00
parent 23204e545b
commit 727a100f81

View File

@ -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():