fix: update scope for apple login

This commit is contained in:
Lakhan Samani
2022-06-14 13:37:05 +05:30
parent fadd9f6168
commit c9ba0b13f8
3 changed files with 4 additions and 4 deletions

View File

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