summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startAssertion.test.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-26 15:03:21 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-26 15:03:21 -0700
commit806fd91211f4bef58fe015d11cd792bede2d2561 (patch)
tree1ba854efe1e0237797654cc09c33526e2b0ad051 /packages/browser/src/methods/startAssertion.test.ts
parent0e1ffd6cbcade19d7e4a1c70f44a5c8eebd91901 (diff)
Replace last vestiges of “webauthntine”
Diffstat (limited to 'packages/browser/src/methods/startAssertion.test.ts')
-rw-r--r--packages/browser/src/methods/startAssertion.test.ts2
1 files changed, 1 insertions, 1 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';