diff --git a/src/v2/routes/auth/account-login.ts b/src/v2/routes/auth/account-login.ts index ff7a5d8..aad1385 100644 --- a/src/v2/routes/auth/account-login.ts +++ b/src/v2/routes/auth/account-login.ts @@ -14,10 +14,6 @@ const requestBodySchema = z.object({ description: "The password of the user.", example: "password1234", }), - passwordConfirmation: z.string().min(8).max(64).openapi({ - description: "The password confirmation of the user.", - example: "password1234", - }), }) const responseSchema = z.object({