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 538246d commit 8d81600Copy full SHA for 8d81600
packages/auth/src/OAuth/Config/AppleOAuthConfig.php
@@ -60,8 +60,8 @@ public function createProvider(): AbstractProvider
60
return new Apple([
61
'clientId' => $this->clientId,
62
'teamId' => $this->teamId,
63
- 'keyId' => $this->keyId,
64
- 'keyFile' => $this->keyFile,
+ 'keyFileId' => $this->keyId,
+ 'keyFilePath' => $this->keyFile,
65
]);
66
}
67
0 commit comments