Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
feat: Updated src/pages/reset-password/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 16, 2024
1 parent 659c715 commit cc24aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/reset-password/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const ResetPassword = () => {
return
}

actions.resetForm({ email: '' })
actions.resetForm({})
actions.setStatus({
success: localize(
'_t_Please check your email and click on the link provided to reset your password._t_',
Expand Down

0 comments on commit cc24aa4

Please sign in to comment.