summaryrefslogtreecommitdiff
path: root/app/views/otp_challenges/new.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-24 17:20:22 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-24 17:20:22 +0200
commit5f26394947d1150e2656bb22c5858ae5edcdcac7 (patch)
tree2aca70e25cfc9809cde0efdfad52854cdc7381e8 /app/views/otp_challenges/new.html.erb
parentdcb576618b868b888a5b1b31e35491f300ce4050 (diff)
Polish the OTP flows: autocomplete tokens, button dialect, QR sizing, my-account link
Diffstat (limited to 'app/views/otp_challenges/new.html.erb')
-rw-r--r--app/views/otp_challenges/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/otp_challenges/new.html.erb b/app/views/otp_challenges/new.html.erb
index a9c7a15c..b0d204fb 100644
--- a/app/views/otp_challenges/new.html.erb
+++ b/app/views/otp_challenges/new.html.erb
@@ -3,7 +3,7 @@
3<div id="page_editor"> 3<div id="page_editor">
4 <div class="node_description">Code</div> 4 <div class="node_description">Code</div>
5 <div class="node_content"> 5 <div class="node_content">
6 <%= form_tag otp_challenge_path, :method => :post do %> 6 <%= form_tag otp_challenge_path, :method => :post, :class => "otp_form" do %>
7 <%= text_field_tag :code, nil, :autofocus => true, 7 <%= text_field_tag :code, nil, :autofocus => true,
8 :autocomplete => "one-time-code", :inputmode => "numeric" %> 8 :autocomplete => "one-time-code", :inputmode => "numeric" %>
9 <%= submit_tag "Log in" %> 9 <%= submit_tag "Log in" %>