diff --git a/server/oauth/oauth.go b/server/oauth/oauth.go index 68fd8dc..2cb7a3b 100644 --- a/server/oauth/oauth.go +++ b/server/oauth/oauth.go @@ -130,7 +130,7 @@ func InitOAuth() error { AuthURL: "https://appleid.apple.com/auth/authorize", TokenURL: "https://appleid.apple.com/auth/token", }, - Scopes: []string{}, + Scopes: []string{"email"}, } }