summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startAuthentication.test.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2024-01-20 21:38:41 -0800
committerGitHub <noreply@github.com>2024-01-20 21:38:41 -0800
commit38066516354ea7f0d7a40e9a33b30fc661468433 (patch)
tree59b8919faa659da9f4672193ae1cbee175e25350 /packages/browser/src/methods/startAuthentication.test.ts
parentbd8ad1703aca6a3e76a6278df4e40fafeb8fcd76 (diff)
parent46e7b1d89d8b41bbf2c20ed07824ec489a2e2711 (diff)
Merge pull request #508 from MasterKale/feat/502-rename-types-package
feat/502-rename-types-package
Diffstat (limited to 'packages/browser/src/methods/startAuthentication.test.ts')
-rw-r--r--packages/browser/src/methods/startAuthentication.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/methods/startAuthentication.test.ts b/packages/browser/src/methods/startAuthentication.test.ts
index 3aaf33d..5450e16 100644
--- a/packages/browser/src/methods/startAuthentication.test.ts
+++ b/packages/browser/src/methods/startAuthentication.test.ts
@@ -3,7 +3,7 @@ import {
AuthenticationExtensionsClientInputs,
AuthenticationExtensionsClientOutputs,
PublicKeyCredentialRequestOptionsJSON,
-} from '@simplewebauthn/typescript-types';
+} from '@simplewebauthn/types';
import { browserSupportsWebAuthn } from '../helpers/browserSupportsWebAuthn';
import { browserSupportsWebAuthnAutofill } from '../helpers/browserSupportsWebAuthnAutofill';