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 = () => {
{