fix: scope for apple login
This commit is contained in:
parent
e467b45ab1
commit
341d4fbae5
|
@ -130,7 +130,7 @@ func InitOAuth() error {
|
|||
AuthURL: "https://appleid.apple.com/auth/authorize",
|
||||
TokenURL: "https://appleid.apple.com/auth/token",
|
||||
},
|
||||
Scopes: []string{},
|
||||
Scopes: []string{"email"},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user