mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 14:56:39 +00:00
cleanup
This commit is contained in:
@@ -16,19 +16,11 @@ import {
|
|||||||
} from "@simplewebauthn/server";
|
} from "@simplewebauthn/server";
|
||||||
import type {
|
import type {
|
||||||
GenerateRegistrationOptionsOpts,
|
GenerateRegistrationOptionsOpts,
|
||||||
VerifyRegistrationResponseOpts,
|
|
||||||
GenerateAuthenticationOptionsOpts,
|
GenerateAuthenticationOptionsOpts,
|
||||||
VerifyAuthenticationResponseOpts,
|
AuthenticatorTransportFuture
|
||||||
VerifiedRegistrationResponse,
|
|
||||||
VerifiedAuthenticationResponse,
|
|
||||||
AuthenticatorTransport,
|
|
||||||
AuthenticatorTransportFuture,
|
|
||||||
PublicKeyCredentialDescriptorJSON,
|
|
||||||
PublicKeyCredentialDescriptorFuture
|
|
||||||
} from "@simplewebauthn/server";
|
} from "@simplewebauthn/server";
|
||||||
import {
|
import {
|
||||||
isoUint8Array,
|
isoUint8Array
|
||||||
isoBase64URL
|
|
||||||
} from '@simplewebauthn/server/helpers';
|
} from '@simplewebauthn/server/helpers';
|
||||||
import config from "@server/lib/config";
|
import config from "@server/lib/config";
|
||||||
import { UserType } from "@server/types/UserTypes";
|
import { UserType } from "@server/types/UserTypes";
|
||||||
|
|||||||
Reference in New Issue
Block a user