diff options
author | Matthew Miller <matthew@millerti.me> | 2024-01-20 21:38:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 21:38:41 -0800 |
commit | 38066516354ea7f0d7a40e9a33b30fc661468433 (patch) | |
tree | 59b8919faa659da9f4672193ae1cbee175e25350 /packages/browser/src/methods/startAuthentication.test.ts | |
parent | bd8ad1703aca6a3e76a6278df4e40fafeb8fcd76 (diff) | |
parent | 46e7b1d89d8b41bbf2c20ed07824ec489a2e2711 (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.ts | 2 |
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'; |