forked from UKSOURCE/cms.hailearning.edu.vn
feat: add password toggle visibility and rename forgot-password to change-password
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
}
|
||||
|
||||
// Automatically clean up on every hide event
|
||||
document.addEventListener('hidden.bs.modal', function() {
|
||||
document.addEventListener('hidden.bs.modal', function () {
|
||||
// Wait a tiny bit for the animation to finish
|
||||
setTimeout(forceCleanupModals, 100);
|
||||
});
|
||||
@@ -146,11 +146,11 @@
|
||||
}
|
||||
}
|
||||
}, 2000);
|
||||
|
||||
|
||||
// Clean up on page load
|
||||
window.addEventListener('load', forceCleanupModals);
|
||||
</script>
|
||||
<%- script %>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user