Update web/templates/login.html
This commit is contained in:
parent
9e4d3698b1
commit
02f4a38ba3
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user