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/toAuthenticatorAttachment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/browser/src/helpers/toAuthenticatorAttachment.ts') diff --git a/packages/browser/src/helpers/toAuthenticatorAttachment.ts b/packages/browser/src/helpers/toAuthenticatorAttachment.ts index 366cf8f..93fc386 100644 --- a/packages/browser/src/helpers/toAuthenticatorAttachment.ts +++ b/packages/browser/src/helpers/toAuthenticatorAttachment.ts @@ -1,4 +1,4 @@ -import { AuthenticatorAttachment } from '@simplewebauthn/typescript-types'; +import { AuthenticatorAttachment } from '@simplewebauthn/types'; const attachments: AuthenticatorAttachment[] = ['cross-platform', 'platform']; -- cgit v1.2.3