Skip to content

Commit

Permalink
fix: reset password should not close on success
Browse files Browse the repository at this point in the history
DATATR-1695

Signed-off-by: Jonathan Perchoc <[email protected]>
  • Loading branch information
jperchoc committed Dec 5, 2024
1 parent e2216f6 commit 078e4b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const ResetUserPassword = () => {
}),
});
setNewPass(userWithPassword.password);
navigate('../');
},
});

Expand Down

0 comments on commit 078e4b6

Please sign in to comment.