Next.js Discord

Discord Forum

React hook form and zod problem

Answered
Chinese Alligator posted this in #help-forum
Open in Discord
Chinese AlligatorOP
so i got this form made with react form hook and validated with zod, the problem is that the register is working only with email and password but not with confirm password , anyone knows what could be the problem, i tried to look for typo but everything seems right
Answered by Chinese Alligator
Solved: as you see in the first image the name of the input of confirmsPassword was "password" , the same as the input above, that for some reason was causing problems to the register function.
View full answer

1 Reply

Chinese AlligatorOP
Solved: as you see in the first image the name of the input of confirmsPassword was "password" , the same as the input above, that for some reason was causing problems to the register function.
Answer