diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-16 13:42:01 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-16 13:42:01 +0200 |
| commit | 1f02e642981e8aced92391c5e47de0b3dcfac09e (patch) | |
| tree | e37642acb5372f96c7434c61619d10177e9eb099 /app/views/sessions/new.html.erb | |
| parent | 445362ed2f8591d54a3c34cb3c5a69049aefa8c6 (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/new.html.erb')
| -rw-r--r-- | app/views/sessions/new.html.erb | 2 |
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 -%> |
