mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 10:21:35 +00:00
Mr. Consistency strikes again (#941)
This commit is contained in:
@@ -7644,10 +7644,7 @@ def _createClientSecretsOauth2service(httpObj, projectId):
|
|||||||
"client_id": "%s",
|
"client_id": "%s",
|
||||||
"client_secret": "%s",
|
"client_secret": "%s",
|
||||||
"project_id": "%s",
|
"project_id": "%s",
|
||||||
"redirect_uris": [
|
"redirect_uris": ["http://localhost", "urn:ietf:wg:oauth:2.0:oob"],
|
||||||
"urn:ietf:wg:oauth:2.0:oob",
|
|
||||||
"http://localhost"
|
|
||||||
],
|
|
||||||
"token_uri": "https://oauth2.googleapis.com/token"
|
"token_uri": "https://oauth2.googleapis.com/token"
|
||||||
}
|
}
|
||||||
}''' % (client_id, client_secret, projectId)
|
}''' % (client_id, client_secret, projectId)
|
||||||
|
|||||||
Reference in New Issue
Block a user