From 52e5dc47192ca78dc8acb6f83bee5d51bea5be84 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Fri, 13 Feb 2015 11:24:06 -0800 Subject: [PATCH] Removed another instance of the old scope, for #2067. --- app/core/social-handlers/GPlusHandler.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/social-handlers/GPlusHandler.coffee b/app/core/social-handlers/GPlusHandler.coffee index d8322557d..e1280d5e5 100644 --- a/app/core/social-handlers/GPlusHandler.coffee +++ b/app/core/social-handlers/GPlusHandler.coffee @@ -15,7 +15,7 @@ fieldsToFetch = 'displayName,gender,image,name(familyName,givenName),id' plusURL = '/plus/v1/people/me?fields='+fieldsToFetch revokeUrl = 'https://accounts.google.com/o/oauth2/revoke?token=' clientID = '800329290710-j9sivplv2gpcdgkrsis9rff3o417mlfa.apps.googleusercontent.com' -scope = 'https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email' +scope = 'https://www.googleapis.com/auth/plus.login email' module.exports = GPlusHandler = class GPlusHandler extends CocoClass constructor: ->