Correct a comment in the oauth.xml file
Change-Id: I210508a6806a5bd1a716f0378d37003220585e6c
This commit is contained in:
parent
e684f7d03c
commit
3857d4d1cb
@ -31,7 +31,7 @@
|
||||
token_endpoint="https://accounts.google.com/o/oauth2/token"
|
||||
refresh_endpoint="https://accounts.google.com/o/oauth2/token"
|
||||
response_type="code"
|
||||
redirect_uri="http://localhost"
|
||||
redirect_uri="https://localhost/"
|
||||
scope="https://mail.google.com"
|
||||
state="state"
|
||||
client_id=[REDACTED]
|
||||
|
Loading…
Reference in New Issue
Block a user