We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edfad3 commit e467b45Copy full SHA for e467b45
server/oauth/oauth.go
@@ -124,7 +124,7 @@ func InitOAuth() error {
124
if appleClientID != "" && appleClientSecret != "" {
125
OAuthProviders.AppleConfig = &oauth2.Config{
126
ClientID: appleClientID,
127
- ClientSecret: appleClientID,
+ ClientSecret: appleClientSecret,
128
RedirectURL: "/oauth_callback/apple",
129
Endpoint: oauth2.Endpoint{
130
AuthURL: "https://appleid.apple.com/auth/authorize",
0 commit comments