Skip to content

Commit

Permalink
Reload page after changed the password
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <i@ryanc.cc>
  • Loading branch information
ruibaby committed Apr 23, 2024
1 parent 8511d67 commit ccddff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const handleChangePassword = async () => {
changeOwnPasswordRequest,
});
onVisibleChange(false);
window.location.reload();
} catch (e) {
console.error(e);
} finally {
Expand Down

0 comments on commit ccddff9

Please sign in to comment.