mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-29 20:29:41 +00:00
cleanup
This commit is contained in:
parent
31896c9be9
commit
76da2ee324
1 changed files with 2 additions and 10 deletions
|
|
@ -16,19 +16,11 @@ import {
|
|||
} from "@simplewebauthn/server";
|
||||
import type {
|
||||
GenerateRegistrationOptionsOpts,
|
||||
VerifyRegistrationResponseOpts,
|
||||
GenerateAuthenticationOptionsOpts,
|
||||
VerifyAuthenticationResponseOpts,
|
||||
VerifiedRegistrationResponse,
|
||||
VerifiedAuthenticationResponse,
|
||||
AuthenticatorTransport,
|
||||
AuthenticatorTransportFuture,
|
||||
PublicKeyCredentialDescriptorJSON,
|
||||
PublicKeyCredentialDescriptorFuture
|
||||
AuthenticatorTransportFuture
|
||||
} from "@simplewebauthn/server";
|
||||
import {
|
||||
isoUint8Array,
|
||||
isoBase64URL
|
||||
isoUint8Array
|
||||
} from '@simplewebauthn/server/helpers';
|
||||
import config from "@server/lib/config";
|
||||
import { UserType } from "@server/types/UserTypes";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue