Skip to content

Commit 2f291ff

Browse files
committed
fix: use appId as clientid in upgrade
1 parent b34d6b8 commit 2f291ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/oauth/strategies/apple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function getProvider(options, server) {
127127
clientId,
128128
isSameSite,
129129
cookie,
130-
clientSecret: ({ withAppId = false }) => getSecretKey(
130+
clientSecret: ({ withAppId = false } = {}) => getSecretKey(
131131
teamId,
132132
withAppId ? appId : clientId,
133133
keyId,

0 commit comments

Comments
 (0)