rm additional scopes url

This commit is contained in:
abhishek9686 2024-05-27 14:50:55 +05:30
parent 55601d4d80
commit 3adb0a3e32

View file

@ -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,
}
}