Update web/templates/login.html

This commit is contained in:
Joshua Laymon 2026-01-10 00:53:47 +00:00
parent 31d6e1b6b0
commit 0f3f0680f6

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Sign in · Illustrations</title>
<title>Illustrations · Sign in</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{% static 'app.css' %}">
</head>
@ -13,16 +13,19 @@
<div class="login-hero">
<div class="login-card">
<h1 class="login-title">Sign in</h1>
<!-- App title instead of generic "Sign in" -->
<h1 class="login-title">Illustrations</h1>
<!-- Preferred sign-in -->
<!-- Primary login box -->
<div class="login-sso">
<div class="login-box">
<a class="login-sso-button" href="{% url 'oidc_authentication_init' %}">
Sign in with your account
Log in with your account
</a>
</div>
</div>
<!-- Toggle for legacy login -->
<!-- Legacy toggle -->
<div class="login-divider">
<span>
<a href="#"
@ -81,7 +84,7 @@
{% endif %}
<button class="btn btn-primary btn-lg login-submit" type="submit">
Sign in
Log in
</button>
</form>