Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Apr 4, 2024
1 parent b3df3a0 commit 014fa58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/v2/routes/auth/account-login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 014fa58

Please sign in to comment.