Skip to content

Commit

Permalink
Fixes uncontrolled input at signup page
Browse files Browse the repository at this point in the history
  • Loading branch information
C0dewithLokesh committed Oct 7, 2023
1 parent 9707444 commit b6b74b0
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 b6b74b0

Please sign in to comment.