Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove score from zod activation schema #33

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

armanddidierjean
Copy link
Member

No description provided.

@armanddidierjean armanddidierjean added the bug Something isn't working label Jul 10, 2024
@@ -103,7 +103,6 @@ const RegisterPage = () => {
{ message: "Veuillez renseigner une promo valide" },
)
.optional(),
score: z.number().int().min(0).max(4),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still want the score for activation, but we don't want it for login in, right ?

@maximeroucher maximeroucher merged commit 4770adc into main Aug 14, 2024
3 checks passed
@maximeroucher maximeroucher deleted the fix/account-unactivable branch August 14, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants