mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing issue: https://github.com/wso2/carbon-device-mgt/issues/645 , Once the password is changed - Curent user should be immediately logout
This commit is contained in:
parent
c0a474f6fc
commit
4c6781d6b6
@ -86,6 +86,7 @@ $(document).ready(function () {
|
||||
$("#change-password-success-link").click(function () {
|
||||
hidePopup();
|
||||
});
|
||||
window.location.href = "/devicemgt/logout";
|
||||
}
|
||||
}, function (jqXHR) {
|
||||
if (jqXHR.status == 400) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user