diff options
author | Matthew Miller <matthew@millerti.me> | 2023-02-28 22:00:44 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-02-28 22:01:31 -0800 |
commit | d088c064064c4612d7c8549354c8b47a7ba9abe5 (patch) | |
tree | 1ea363e26f8139b87224058a6071cadbae502c45 /packages/browser/src/helpers/identifyAuthenticationError.ts | |
parent | 1ad23a7d0a1aa5cd766fa2b604d7954d0bed4899 (diff) |
Prepare to expand WebAuthnError
Diffstat (limited to 'packages/browser/src/helpers/identifyAuthenticationError.ts')
-rw-r--r-- | packages/browser/src/helpers/identifyAuthenticationError.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/helpers/identifyAuthenticationError.ts b/packages/browser/src/helpers/identifyAuthenticationError.ts index 600a2d6..4c0cfe2 100644 --- a/packages/browser/src/helpers/identifyAuthenticationError.ts +++ b/packages/browser/src/helpers/identifyAuthenticationError.ts @@ -1,5 +1,5 @@ import { isValidDomain } from './isValidDomain'; -import { WebAuthnError } from './structs'; +import { WebAuthnError } from './webAuthnError'; /** * Attempt to intuit _why_ an error was raised after calling `navigator.credentials.get()` |