diff options
Diffstat (limited to 'packages/browser/src')
-rw-r--r-- | packages/browser/src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts index d45fafb..fdb3e55 100644 --- a/packages/browser/src/index.ts +++ b/packages/browser/src/index.ts @@ -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, @@ -20,6 +21,7 @@ export { startAuthentication, startRegistration, WebAuthnAbortService, + WebAuthnError, }; export type { WebAuthnErrorCode } from './helpers/webAuthnError'; |