diff options
Diffstat (limited to 'app/views/otp_challenges/new.html.erb')
| -rw-r--r-- | app/views/otp_challenges/new.html.erb | 2 |
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" %> |
