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 () {
|
$("#change-password-success-link").click(function () {
|
||||||
hidePopup();
|
hidePopup();
|
||||||
});
|
});
|
||||||
|
setTimeout(function(){
|
||||||
window.location.href = "/devicemgt/logout";
|
window.location.href = "/devicemgt/logout";
|
||||||
|
},10000);
|
||||||
}
|
}
|
||||||
}, function (jqXHR) {
|
}, function (jqXHR) {
|
||||||
if (jqXHR.status == 400) {
|
if (jqXHR.status == 400) {
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
||||||
<h5 class="text-center">
|
<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>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user