summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/authentication/generateAuthenticationOptions.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-16 15:35:22 -0700
committerMatthew Miller <matthew@millerti.me>2023-08-16 15:35:22 -0700
commite2044cbcdb5c624c3ef8c0243646766a24945163 (patch)
tree93397dde04f0e1a9e2a3a17225cfa59159bb1786 /packages/server/src/authentication/generateAuthenticationOptions.ts
parentc7610cfef0490d43c0d6a35d3af6d4a461120f08 (diff)
Convert typescripti-types imports into deps.ts
Diffstat (limited to 'packages/server/src/authentication/generateAuthenticationOptions.ts')
-rw-r--r--packages/server/src/authentication/generateAuthenticationOptions.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/server/src/authentication/generateAuthenticationOptions.ts b/packages/server/src/authentication/generateAuthenticationOptions.ts
index 6a23ed7..fce61f1 100644
--- a/packages/server/src/authentication/generateAuthenticationOptions.ts
+++ b/packages/server/src/authentication/generateAuthenticationOptions.ts
@@ -3,8 +3,7 @@ import type {
PublicKeyCredentialRequestOptionsJSON,
PublicKeyCredentialDescriptorFuture,
UserVerificationRequirement,
-} from '@simplewebauthn/typescript-types';
-
+} from '../deps.ts';
import { isoBase64URL, isoUint8Array } from '../helpers/iso/index.ts';
import { generateChallenge } from '../helpers/generateChallenge.ts';