Display login page
This commit is contained in:
5
assets/js/base_login_page.js
Normal file
5
assets/js/base_login_page.js
Normal file
@ -0,0 +1,5 @@
|
||||
// Remove un-used alerts
|
||||
document.querySelectorAll("[role=alert]").forEach(el => {
|
||||
if(el.innerHTML.trim() === "")
|
||||
el.remove();
|
||||
})
|
Reference in New Issue
Block a user