Skip to content

Commit

Permalink
Merge pull request #70 from Yura-Platonov/ChangePass
Browse files Browse the repository at this point in the history
Update ChangePassPage.jsx
  • Loading branch information
LaPaNu4 authored Jan 4, 2024
2 parents ce064ca + 8fac9b6 commit b02a9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ChangePassPage/ChangePassPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ export default function ChangePassPage() {
}
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [code, dispatch]);
}, []);
return <div>{success ? <ChangePass /> : <ForgotPass />}</div>;
}

0 comments on commit b02a9c9

Please sign in to comment.