Skip to content

Commit

Permalink
Merge pull request #505 from zoontek/export-webauthn-error
Browse files Browse the repository at this point in the history
Export WebAuthnError
  • Loading branch information
MasterKale authored Jan 20, 2024
2 parents d5a6862 + 73d0fe3 commit 2f4d01b
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 2f4d01b

Please sign in to comment.