From 3857d4d1cb88e077937f126abf5ac3856f668624 Mon Sep 17 00:00:00 2001 From: Martin Hibdon Date: Wed, 8 Jan 2014 10:09:22 -0800 Subject: [PATCH] Correct a comment in the oauth.xml file Change-Id: I210508a6806a5bd1a716f0378d37003220585e6c --- res/xml/oauth.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/oauth.xml b/res/xml/oauth.xml index f721e615c..6a72548d1 100644 --- a/res/xml/oauth.xml +++ b/res/xml/oauth.xml @@ -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]