This commit is contained in:
Milo Schwartz
2024-10-13 14:59:13 -04:00
parent bdc52dcc48
commit 0e751c6609
3 changed files with 0 additions and 19 deletions

View File

@@ -10,7 +10,6 @@ import createHttpError from "http-errors";
import { z } from "zod";
import { fromError } from "zod-validation-error";
import { verifyTotpCode } from "@server/auth/2fa";
import logger from "@server/logger";
export const loginBodySchema = z.object({
email: z.string().email(),