From 1db8dc243041966ad31d3d2d111a39c671c1f36f Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 29 Apr 2021 19:11:59 +0100 Subject: [PATCH] Update input type --- src/pages/Auth/RecoverAccount/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Auth/RecoverAccount/index.tsx b/src/pages/Auth/RecoverAccount/index.tsx index c2a80c8..ebf3478 100644 --- a/src/pages/Auth/RecoverAccount/index.tsx +++ b/src/pages/Auth/RecoverAccount/index.tsx @@ -47,7 +47,6 @@ const RecoverAccount = () => { }), onSubmit: ({ newPassword }) => { confirmResetPassword({ - // eslint-disable-next-line variables: { id: params.get('code')!, password: newPassword }, }); }, @@ -94,6 +93,7 @@ const RecoverAccount = () => { {