diff --git a/pro/auth/google.go b/pro/auth/google.go index 9ba403f3..64d503e7 100644 --- a/pro/auth/google.go +++ b/pro/auth/google.go @@ -34,7 +34,7 @@ func initGoogle(redirectURL string, clientID string, clientSecret string) { RedirectURL: redirectURL, ClientID: clientID, ClientSecret: clientSecret, - Scopes: []string{"https://www.googleapis.com/auth/userinfo.email", "https://apps-apis.google.com/a/feeds/groups"}, + Scopes: []string{"https://www.googleapis.com/auth/userinfo.email"}, Endpoint: google.Endpoint, } }