Skip to content

Commit

Permalink
Merge pull request #17 from C0dewithLokesh/fix/Uncontrolled-input
Browse files Browse the repository at this point in the history
fix: Fixes uncontrolled input at signup page
  • Loading branch information
hemantwasthere authored Oct 7, 2023
2 parents fdb6396 + b6b74b0 commit 1c67840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/__app/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const SignUpPage: NextPage = () => {
resolver: zodResolver(formSchema),
defaultValues: {
firstName: '',
lastName: '',
email: '',
password: '',
},
Expand Down

0 comments on commit 1c67840

Please sign in to comment.