Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqinzheng committed Jul 25, 2019
1 parent cad13c2 commit 5f35983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $(document).ready(() => {
alert(userData.message);
} else {
alert('Change password successfully, please login again.');
userLogout();
userLogout('/home.html');
}
},
error: (xhr, textStatus, error) => {
Expand Down

0 comments on commit 5f35983

Please sign in to comment.