summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-02-28 22:50:04 -0800
committerMatthew Miller <matthew@millerti.me>2023-02-28 22:50:04 -0800
commitd0c5721f4afab5d3b07efbc96cc3e7232b94c8dd (patch)
tree23788b8072a2f21ff9df760a93f08ecfd3820a5d /packages/browser/src
parent95a4c1f2f07640e76f0ccf2aa0409b46b311d015 (diff)
Export SimpleWebAuthnErrorCode
Diffstat (limited to 'packages/browser/src')
-rw-r--r--packages/browser/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts
index 41e040f..d0133af 100644
--- a/packages/browser/src/index.ts
+++ b/packages/browser/src/index.ts
@@ -15,3 +15,5 @@ export {
browserSupportsWebAuthnAutofill,
platformAuthenticatorIsAvailable,
};
+
+export type { SimpleWebAuthnErrorCode } from './helpers/webAuthnError';