From 17e04a3f8972fe5eca0bf3b236293e4a6998e56f Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 31 Jan 2024 15:43:10 +0100 Subject: feat: add basic support for OIDC login --- src/main/resources/static/style.css | 7 +++++++ src/main/resources/templates/fragments.html | 5 +++++ src/main/resources/templates/login.html | 6 ++++-- 3 files changed, 16 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index 3249aad..c7a0b38 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -209,7 +209,14 @@ form.samplecode-input input:focus-visible { border-radius: 3px; } +.login-form form hr, +.token-form form hr { + padding: 0; + width: 100%; +} + .login-form button, +.login-form a.btn, .token-form button { margin: 1em 0; background: var(--bg-blue); diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index 7a9af2f..bfa36a2 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -21,6 +21,11 @@ Login