We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82e5aff + 2d3650d commit 2229eadCopy full SHA for 2229ead
app/views/devise/two_factor_authentication/show.html.erb
@@ -7,7 +7,7 @@
7
<p><%= flash[:notice] %></p>
8
9
<%= form_tag([resource_name, :two_factor_authentication], :method => :put) do %>
10
- <%= text_field_tag :code %>
+ <%= text_field_tag :code, '', autofocus: true %>
11
<%= submit_tag "Submit" %>
12
<% end %>
13
0 commit comments