Update web/templates/login.html

This commit is contained in:
Joshua Laymon 2026-01-10 00:56:35 +00:00
parent 9e4d3698b1
commit 02f4a38ba3

View File

@ -14,13 +14,13 @@
<div class="login-card">
<!-- App title instead of generic "Sign in" -->
<h1 class="login-title">Illustrations</h1>
<h1 class="login-title">Illustrations Database Login</h1>
<div class="login-sso">
<div class="login-box">
<a href="{% url 'oidc_authentication_init' %}"
class="btn btn-primary btn-lg login-sso-button">
Log in with your account
Log in with SSO
</a>
</div>
</div>
@ -30,6 +30,7 @@
<span>
<a href="#"
onclick="event.preventDefault(); document.getElementById('alt-login').toggleAttribute('hidden');">
Use a different sign-in method
</a>
</span>