mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #662 from amalhub/master
Once the password is changed - Curent user should be immediately logout
This commit is contained in:
commit
643be65cf9
@ -86,6 +86,7 @@ $(document).ready(function () {
|
|||||||
$("#change-password-success-link").click(function () {
|
$("#change-password-success-link").click(function () {
|
||||||
hidePopup();
|
hidePopup();
|
||||||
});
|
});
|
||||||
|
window.location.href = "/devicemgt/logout";
|
||||||
}
|
}
|
||||||
}, function (jqXHR) {
|
}, function (jqXHR) {
|
||||||
if (jqXHR.status == 400) {
|
if (jqXHR.status == 400) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user