Mr. Consistency strikes again (#941)

This commit is contained in:
Ross Scroggs
2019-05-29 11:22:55 -07:00
committed by Jay Lee
parent c68e0bfbc4
commit b77d7eaadc

View File

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