Skip to content

Commit

Permalink
fix: name of userEmail in signup schema zod defintion
Browse files Browse the repository at this point in the history
  • Loading branch information
HoreKk committed Oct 25, 2024
1 parent 71e4660 commit 6b8a1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/utils/form/formSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const signupFormSchema = z.object({
],
}
),
email: withMeta(
userEmail: withMeta(
z
.string({ required_error: "Ce champ est obligatoire" })
.email("Veuillez saisir une adresse email valide"),
Expand Down

0 comments on commit 6b8a1af

Please sign in to comment.