🛠 fix: Fix sign in with apple integration

This commit is contained in:
Tomy Hsieh
2024-08-23 19:19:59 -05:00
committed by Umputun
parent a9b439602b
commit e65f71b958
-1
View File
@@ -908,7 +908,6 @@ func (s *ServerCommand) addAuthProviders(authenticator *auth.Service) error {
ClientID: s.Auth.Apple.CID,
TeamID: s.Auth.Apple.TID,
KeyID: s.Auth.Apple.KID,
ResponseMode: "query", // default is form_post which wouldn't work here
},
provider.LoadApplePrivateKeyFromFile(s.Auth.Apple.PrivateKeyFilePath),
)