Skip to content

Commit e467b45

Browse files
committed
fix: apple client secret field
1 parent 7edfad3 commit e467b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/oauth/oauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func InitOAuth() error {
124124
if appleClientID != "" && appleClientSecret != "" {
125125
OAuthProviders.AppleConfig = &oauth2.Config{
126126
ClientID: appleClientID,
127-
ClientSecret: appleClientID,
127+
ClientSecret: appleClientSecret,
128128
RedirectURL: "/oauth_callback/apple",
129129
Endpoint: oauth2.Endpoint{
130130
AuthURL: "https://appleid.apple.com/auth/authorize",

0 commit comments

Comments
 (0)