fix: update scope param

This commit is contained in:
Lakhan Samani
2022-06-14 15:05:56 +05:30
parent 7d1272d815
commit 415b97535e
2 changed files with 1 additions and 2 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{"name%20email"},
}
}