diff options
Diffstat (limited to 'packages/browser/src')
-rw-r--r-- | packages/browser/src/methods/startAssertion.test.ts | 2 | ||||
-rw-r--r-- | packages/browser/src/methods/startAttestation.test.ts | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/browser/src/methods/startAssertion.test.ts b/packages/browser/src/methods/startAssertion.test.ts index 2287b49..7449dbf 100644 --- a/packages/browser/src/methods/startAssertion.test.ts +++ b/packages/browser/src/methods/startAssertion.test.ts @@ -3,7 +3,7 @@ import base64js from 'base64-js'; import { AssertionCredential, PublicKeyCredentialRequestOptionsJSON, -} from '@webauthntine/typescript-types'; +} from '@simplewebauthn/typescript-types'; import toUint8Array from '../helpers/toUint8Array'; import supportsWebauthn from '../helpers/supportsWebauthn'; diff --git a/packages/browser/src/methods/startAttestation.test.ts b/packages/browser/src/methods/startAttestation.test.ts index faeca8b..a972014 100644 --- a/packages/browser/src/methods/startAttestation.test.ts +++ b/packages/browser/src/methods/startAttestation.test.ts @@ -3,7 +3,7 @@ import base64js from 'base64-js'; import { AttestationCredential, PublicKeyCredentialCreationOptionsJSON, -} from '@webauthntine/typescript-types'; +} from '@simplewebauthn/typescript-types'; import toUint8Array from '../helpers/toUint8Array'; import supportsWebauthn from '../helpers/supportsWebauthn'; @@ -30,7 +30,7 @@ const goodOpts1: PublicKeyCredentialCreationOptionsJSON = { ], rp: { id: '1234', - name: 'webauthntine', + name: 'simplewebauthn', }, user: { id: '5678', |