add proxy routes, webauthn bug fix

This commit is contained in:
2025-02-21 11:37:23 +05:30
parent 5d5cee2d7e
commit a41127b2fd
9 changed files with 198 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ export async function webAuthnRoutes(fastify: FastifyInstance) {
{
schema: {
body: {
type: "string",
type: "object",
properties: {
email: { type: "string" },
},