diff --git a/src/webauthn/webauthn.route.ts b/src/webauthn/webauthn.route.ts index 2c6cc35..e73e01c 100644 --- a/src/webauthn/webauthn.route.ts +++ b/src/webauthn/webauthn.route.ts @@ -15,7 +15,7 @@ import { sendMail } from "../utils/mail"; const rpID = process.env.SERVER_DOMAIN; const rpName = "Quicker Permits"; -const origin = `http://${rpID}:3000`; +const origin = `https://${rpID}`; export async function webAuthnRoutes(fastify: FastifyInstance) { // Registration request