summary refs log tree commit diff
path: root/src/api/routes/users/@me/mfa/webauthn/credentials
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-11 18:16:31 +0200
committerRory& <root@rory.gay>2026-06-12 17:58:18 +0200
commit2c1be0fa53ca2b8efb5b04de3e2bd41b61917c69 (patch)
tree8f3bbf3f06d2e756da52fb8d6306a8734a4ff2b3 /src/api/routes/users/@me/mfa/webauthn/credentials
parentAllow subpath imports, move extensions to separate module (diff)
downloadserver-ts-2c1be0fa53ca2b8efb5b04de3e2bd41b61917c69.tar.xz
Use subpath imports for lambert-server, fix openapi.js
Diffstat (limited to 'src/api/routes/users/@me/mfa/webauthn/credentials')
-rw-r--r--src/api/routes/users/@me/mfa/webauthn/credentials/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/users/@me/mfa/webauthn/credentials/index.ts b/src/api/routes/users/@me/mfa/webauthn/credentials/index.ts

index 778fb9d8..6c877189 100644 --- a/src/api/routes/users/@me/mfa/webauthn/credentials/index.ts +++ b/src/api/routes/users/@me/mfa/webauthn/credentials/index.ts
@@ -21,7 +21,7 @@ import { DiscordApiErrors, FieldErrors, generateWebAuthnTicket, SecurityKey, Use import bcrypt from "bcrypt"; import { Request, Response, Router } from "express"; import { ExpectedAttestationResult } from "fido2-lib"; -import { HTTPError } from "lambert-server"; +import { HTTPError } from "lambert-server/HTTPError"; import { CreateWebAuthnCredentialSchema, GenerateWebAuthnCredentialsSchema, WebAuthnPostSchema } from "@spacebar/schemas"; const router = Router({ mergeParams: true });