summaryrefslogtreecommitdiff
path: root/app/views/otp_enrollments/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/otp_enrollments/show.html.erb')
-rw-r--r--app/views/otp_enrollments/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/otp_enrollments/show.html.erb b/app/views/otp_enrollments/show.html.erb
index e18d7fd1..894885b0 100644
--- a/app/views/otp_enrollments/show.html.erb
+++ b/app/views/otp_enrollments/show.html.erb
@@ -11,7 +11,7 @@
11 <span class="field_hint"><%= t(".manual_hint") %> <code><%= current_user.otp_pending_secret %></code></span> 11 <span class="field_hint"><%= t(".manual_hint") %> <code><%= current_user.otp_pending_secret %></code></span>
12 </div> 12 </div>
13 13
14 <div class="layout_row_label">Confirm</div> 14 <div class="layout_row_label"><%= t(".confirm") %></div>
15 <div class="layout_row_content"> 15 <div class="layout_row_content">
16 <%= form_tag otp_enrollment_path, :method => :put, :class => "otp_form" do %> 16 <%= form_tag otp_enrollment_path, :method => :put, :class => "otp_form" do %>
17 <%= text_field_tag :code, nil, :autofocus => true, 17 <%= text_field_tag :code, nil, :autofocus => true,