diff --git a/app/views/devise/otp_credentials/show.html.erb b/app/views/devise/otp_credentials/show.html.erb index 0a638e12..370ec4e8 100644 --- a/app/views/devise/otp_credentials/show.html.erb +++ b/app/views/devise/otp_credentials/show.html.erb @@ -1,9 +1,6 @@
<%= I18n.t('explain', :scope => 'devise.otp.submit_token') %>
- <%= form_for(resource, :as => resource_name, :url => [resource_name, :otp_credential], :html => { :method => :put, "data-turbo" => false }) do |f| %> <%= f.hidden_field :challenge, {:value => @challenge} %>