Loading core/js/custom-login.js +8 −0 Original line number Diff line number Diff line Loading @@ -18,4 +18,12 @@ document.addEventListener('DOMContentLoaded', function() { document.querySelector('.banner-content').classList.add('slow-show') } }) if (window.location.href.includes("?showResetPassword=1")) { var elementLostPassword = document.getElementById("lost-password"); if (elementLostPassword) { elementLostPassword.click(); } } }) Loading
core/js/custom-login.js +8 −0 Original line number Diff line number Diff line Loading @@ -18,4 +18,12 @@ document.addEventListener('DOMContentLoaded', function() { document.querySelector('.banner-content').classList.add('slow-show') } }) if (window.location.href.includes("?showResetPassword=1")) { var elementLostPassword = document.getElementById("lost-password"); if (elementLostPassword) { elementLostPassword.click(); } } })