diff --git a/app/views/devise/two_factor_authentication/show.html.erb b/app/views/devise/two_factor_authentication/show.html.erb index 0ffa224..9a3ae06 100644 --- a/app/views/devise/two_factor_authentication/show.html.erb +++ b/app/views/devise/two_factor_authentication/show.html.erb @@ -7,7 +7,7 @@
<%= flash[:notice] %>
<%= form_tag([resource_name, :two_factor_authentication], :method => :put) do %> - <%= text_field_tag :code %> + <%= text_field_tag :code, '', autofocus: true %> <%= submit_tag "Submit" %> <% end %>