diff options
Diffstat (limited to 'packages/server/src/authentication')
-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 ebc1dca..227b0f1 100644 --- a/packages/server/src/authentication/verifyAuthenticationResponse.ts +++ b/packages/server/src/authentication/verifyAuthenticationResponse.ts @@ -37,7 +37,7 @@ export type VerifyAuthenticationResponseOpts = { * @param requireUserVerification (Optional) Enforce user verification by the authenticator * (via PIN, fingerprint, etc...) */ -export default function verifyAuthenticationResponse( +export function verifyAuthenticationResponse( options: VerifyAuthenticationResponseOpts, ): VerifiedAuthenticationResponse { const { |