From 73d0fe3236aff2693a279748eee2eea4ef2f4c77 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Thu, 18 Jan 2024 19:07:32 +0100 Subject: Export WebAuthnError --- packages/browser/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/browser/src') 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'; -- cgit v1.2.3