diff options
Diffstat (limited to 'packages/browser/src/index.ts')
-rw-r--r-- | packages/browser/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts index d0133af..67c7c74 100644 --- a/packages/browser/src/index.ts +++ b/packages/browser/src/index.ts @@ -16,4 +16,4 @@ export { platformAuthenticatorIsAvailable, }; -export type { SimpleWebAuthnErrorCode } from './helpers/webAuthnError'; +export type { WebAuthnErrorCode } from './helpers/webAuthnError'; |