From 43e7c5fd1714b369412ede64ced1886d38f32657 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sat, 20 Jan 2024 21:12:05 -0800 Subject: Update browser package --- packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts') 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 -- cgit v1.2.3