Skip to content

Commit

Permalink
fix(project): retain password input during sign up
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaDTH authored and AntonLantukh committed Apr 11, 2024
1 parent 930d52b commit 2a5e2fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const Registration = () => {
announce(t('registration.success'), 'success');
navigate(modalURLFromLocation(location, 'personal-details'));
},
onSubmitError: ({ resetValue }) => resetValue('password'),
});

return (
Expand Down

0 comments on commit 2a5e2fe

Please sign in to comment.