summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startAuthentication.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.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.ts')
-rw-r--r--packages/browser/src/methods/startAuthentication.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/methods/startAuthentication.ts b/packages/browser/src/methods/startAuthentication.ts
index fdf14bf..390b6ef 100644
--- a/packages/browser/src/methods/startAuthentication.ts
+++ b/packages/browser/src/methods/startAuthentication.ts
@@ -2,7 +2,7 @@ import {
AuthenticationCredential,
AuthenticationResponseJSON,
PublicKeyCredentialRequestOptionsJSON,
-} from '@simplewebauthn/typescript-types';
+} from '@simplewebauthn/types';
import { bufferToBase64URLString } from '../helpers/bufferToBase64URLString';
import { base64URLStringToBuffer } from '../helpers/base64URLStringToBuffer';