summaryrefslogtreecommitdiff
path: root/app/views/sessions
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-16 13:42:01 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-16 13:42:01 +0200
commit1f02e642981e8aced92391c5e47de0b3dcfac09e (patch)
treee37642acb5372f96c7434c61619d10177e9eb099 /app/views/sessions
parent445362ed2f8591d54a3c34cb3c5a69049aefa8c6 (diff)
Give the pre-authentication pages one card
.auth_card nowcarries the login form and the second-factor challenge.
Diffstat (limited to 'app/views/sessions')
-rw-r--r--app/views/sessions/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb
index a57b1ba4..4afa38ad 100644
--- a/app/views/sessions/new.html.erb
+++ b/app/views/sessions/new.html.erb
@@ -1,4 +1,4 @@
1<div id="login_form"> 1<div class="auth_card">
2 <h1><%= t(".heading") %></h1> 2 <h1><%= t(".heading") %></h1>
3 3
4 <%= form_tag session_path do -%> 4 <%= form_tag session_path do -%>