diff options
Diffstat (limited to 'packages/server/src/authentication/verifyAuthenticationResponse.ts')
-rw-r--r-- | packages/server/src/authentication/verifyAuthenticationResponse.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/authentication/verifyAuthenticationResponse.ts b/packages/server/src/authentication/verifyAuthenticationResponse.ts index e41636e..f47eaf1 100644 --- a/packages/server/src/authentication/verifyAuthenticationResponse.ts +++ b/packages/server/src/authentication/verifyAuthenticationResponse.ts @@ -206,7 +206,7 @@ export async function verifyAuthenticationResponse( verified: await verifySignature({ signature, signatureBase, - credentialPublicKey: authenticator.credentialPublicKey, + publicKey: authenticator.credentialPublicKey, }), authenticationInfo: { newCounter: counter, |