From cc24aa4d133434c9e279ff598669de390ef8e3bd Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 07:46:06 +0000 Subject: [PATCH] feat: Updated src/pages/reset-password/index.tsx --- src/pages/reset-password/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/reset-password/index.tsx b/src/pages/reset-password/index.tsx index 7edda039e55..c873d0cb81f 100644 --- a/src/pages/reset-password/index.tsx +++ b/src/pages/reset-password/index.tsx @@ -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_',