Update web/templates/login.html

This commit is contained in:
Joshua Laymon 2026-01-10 00:59:56 +00:00
parent 02f4a38ba3
commit 91d150538e

View File

@ -26,15 +26,14 @@
</div> </div>
<!-- Legacy toggle --> <!-- Legacy toggle -->
<div class="login-divider"> <div class="login-divider" style="margin-top: 1.25rem;">
<span> <span>
<a href="#" <a href="#"
onclick="event.preventDefault(); document.getElementById('alt-login').toggleAttribute('hidden');"> onclick="event.preventDefault(); document.getElementById('alt-login').toggleAttribute('hidden');">
Use a different sign-in method Use a different sign-in method
</a> </a>
</span> </span>
</div> </div>
<!-- Legacy login (hidden by default) --> <!-- Legacy login (hidden by default) -->
<div id="alt-login" hidden> <div id="alt-login" hidden>