Skip to content

Commit

Permalink
Export WebAuthnError
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 18, 2024
1 parent f888dae commit 73d0fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { browserSupportsWebAuthnAutofill } from './helpers/browserSupportsWebAut
import { base64URLStringToBuffer } from './helpers/base64URLStringToBuffer';
import { bufferToBase64URLString } from './helpers/bufferToBase64URLString';
import { WebAuthnAbortService } from './helpers/webAuthnAbortService';
import { WebAuthnError } from './helpers/webAuthnError';

export {
base64URLStringToBuffer,
Expand All @@ -20,6 +21,7 @@ export {
startAuthentication,
startRegistration,
WebAuthnAbortService,
WebAuthnError,
};

export type { WebAuthnErrorCode } from './helpers/webAuthnError';

0 comments on commit 73d0fe3

Please sign in to comment.