fix: scope for apple login

This commit is contained in:
Lakhan Samani 2022-06-14 11:21:26 +05:30
parent e467b45ab1
commit 341d4fbae5

View File

@ -130,7 +130,7 @@ func InitOAuth() error {
AuthURL: "https://appleid.apple.com/auth/authorize", AuthURL: "https://appleid.apple.com/auth/authorize",
TokenURL: "https://appleid.apple.com/auth/token", TokenURL: "https://appleid.apple.com/auth/token",
}, },
Scopes: []string{}, Scopes: []string{"email"},
} }
} }