mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-05 13:21:35 +00:00
Fix oauth create (#1133)
This commit is contained in:
@@ -10104,7 +10104,7 @@ def doRequestOAuth(login_hint=None):
|
|||||||
try:
|
try:
|
||||||
creds = auth.oauth.Credentials.from_client_secrets_file(
|
creds = auth.oauth.Credentials.from_client_secrets_file(
|
||||||
client_secrets_file=client_secrets_file,
|
client_secrets_file=client_secrets_file,
|
||||||
scopes=scopes,
|
scopes=list(scopes),
|
||||||
access_type='offline',
|
access_type='offline',
|
||||||
login_hint=login_hint,
|
login_hint=login_hint,
|
||||||
credentials_file=GC_Values[GC_OAUTH2_TXT],
|
credentials_file=GC_Values[GC_OAUTH2_TXT],
|
||||||
|
|||||||
Reference in New Issue
Block a user