Loading core/js/custom-login.js +2 −2 Original line number Diff line number Diff line Loading @@ -40,8 +40,8 @@ document.addEventListener('DOMContentLoaded', function() { } if (window.location.href.includes("?showLoginWithDevice=1")) { var lostPasswordLink = document.getElementById("lost-password"); if (lostPasswordLink && lostPasswordLink.nextElementSibling) { var loginWithDeviceLink = lostPasswordLink.nextElementSibling; if (lostPasswordLink && lostPasswordLink.previousElementSibling) { var loginWithDeviceLink = lostPasswordLink.previousElementSibling; loginWithDeviceLink.click(); } } Loading Loading
core/js/custom-login.js +2 −2 Original line number Diff line number Diff line Loading @@ -40,8 +40,8 @@ document.addEventListener('DOMContentLoaded', function() { } if (window.location.href.includes("?showLoginWithDevice=1")) { var lostPasswordLink = document.getElementById("lost-password"); if (lostPasswordLink && lostPasswordLink.nextElementSibling) { var loginWithDeviceLink = lostPasswordLink.nextElementSibling; if (lostPasswordLink && lostPasswordLink.previousElementSibling) { var loginWithDeviceLink = lostPasswordLink.previousElementSibling; loginWithDeviceLink.click(); } } Loading