mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-25 08:31: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_secret": "%s",
|
||||
"project_id": "%s",
|
||||
"redirect_uris": [
|
||||
"urn:ietf:wg:oauth:2.0:oob",
|
||||
"http://localhost"
|
||||
],
|
||||
"redirect_uris": ["http://localhost", "urn:ietf:wg:oauth:2.0:oob"],
|
||||
"token_uri": "https://oauth2.googleapis.com/token"
|
||||
}
|
||||
}''' % (client_id, client_secret, projectId)
|
||||
|
||||
Reference in New Issue
Block a user