fix: update scope for apple login

This commit is contained in:
Lakhan Samani
2022-06-14 12:35:23 +05:30
parent 6335084835
commit 395e2e2a85
2 changed files with 16 additions and 5 deletions

View File

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