Skip to content

Commit

Permalink
chore: small update
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Sep 30, 2024
1 parent 43ffd40 commit 32c2983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/lib/webauthn/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function defineWebAuthnRegisterEventHandler({
throw createError({
status: 400,
statusMessage: 'User Validation Error',
message: error?.message || 'User Validation Error',
message: 'User Validation Error',
data: error,
})
})
Expand Down

0 comments on commit 32c2983

Please sign in to comment.