fix: update scope for apple login

This commit is contained in:
Lakhan Samani
2022-06-14 14:41:31 +05:30
parent c9ba0b13f8
commit 7d1272d815
2 changed files with 2 additions and 1 deletions

View File

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