summaryrefslogtreecommitdiff
path: root/app/views/otp_challenges
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/otp_challenges')
-rw-r--r--app/views/otp_challenges/new.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/otp_challenges/new.html.erb b/app/views/otp_challenges/new.html.erb
index b0d204fb..d6e18c85 100644
--- a/app/views/otp_challenges/new.html.erb
+++ b/app/views/otp_challenges/new.html.erb
@@ -1,8 +1,8 @@
1<h1>Second factor</h1> 1<h1>Second factor</h1>
2 2
3<div id="page_editor"> 3<div id="admin_layout">
4 <div class="node_description">Code</div> 4 <div class="layout_row_label">Code</div>
5 <div class="node_content"> 5 <div class="layout_row_content">
6 <%= form_tag otp_challenge_path, :method => :post, :class => "otp_form" 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" %>