mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
This commit is contained in:
parent
bad400f17f
commit
eed54aaf9f
@ -86,7 +86,9 @@ $(document).ready(function () {
|
||||
$("#change-password-success-link").click(function () {
|
||||
hidePopup();
|
||||
});
|
||||
window.location.href = "/devicemgt/logout";
|
||||
setTimeout(function(){
|
||||
window.location.href = "/devicemgt/logout";
|
||||
},10000);
|
||||
}
|
||||
}, function (jqXHR) {
|
||||
if (jqXHR.status == 400) {
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
<hr>
|
||||
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
||||
<h5 class="text-center">
|
||||
You can now try to login using your new password.
|
||||
You will be logged out automatically, Please login using your new password.
|
||||
</h5>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user