Skip to content

Commit

Permalink
fix: remove score from zod activation schema (#33)
Browse files Browse the repository at this point in the history
* fix: remove score from zod activation schema

* fix: format PasswordInput
  • Loading branch information
armanddidierjean authored Aug 14, 2024
1 parent b60331f commit 4770adc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/activate/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ const RegisterPage = () => {
{ message: "Veuillez renseigner une promo valide" },
)
.optional(),
score: z.number().int().min(0).max(4),
});

const form = useForm<z.infer<typeof formSchema>>({
Expand Down

0 comments on commit 4770adc

Please sign in to comment.