fix change pasword route

This commit is contained in:
Abhinav-grd 2021-06-26 17:14:06 +05:30
parent 867356b131
commit 422b6477b6

View file

@ -236,7 +236,7 @@ export default function Sidebar(props: Props) {
style={{ marginTop: '30px' }}
onClick={() => {
setData(LS_KEYS.SHOW_BACK_BUTTON, { value: true });
router.push('changePassword');
router.push('change-password');
}}
>
{constants.CHANGE_PASSWORD}