diff options
author | Matthew Miller <matthew@millerti.me> | 2024-01-20 21:12:05 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2024-01-20 21:12:05 -0800 |
commit | 43e7c5fd1714b369412ede64ced1886d38f32657 (patch) | |
tree | 4fbcdfc0a98ffe8f7f5c20ee2a5d75ae3bd3ece2 /packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts | |
parent | b8d7ab3a6a41e585cd299b00ae88c9431f5fb216 (diff) |
Update browser package
Diffstat (limited to 'packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts')
-rw-r--r-- | packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts b/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts index cfdfb52..1ac861a 100644 --- a/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts +++ b/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts @@ -1,4 +1,4 @@ -import { PublicKeyCredentialFuture } from '@simplewebauthn/typescript-types'; +import { PublicKeyCredentialFuture } from '@simplewebauthn/types'; /** * Determine if the browser supports conditional UI, so that WebAuthn credentials can |