Skip to content

Commit

Permalink
Better messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jan 16, 2024
1 parent 4545ba4 commit 22ab1fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/devise/otp_credentials/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<div class="row">
<div class="col-md-6 col-md-offset-3" style="margin-bottom: 40px;">

<h3><%= I18n.t('title', :scope => 'devise.otp.submit_token') %></h3>
<p><%= I18n.t('explain', :scope => 'devise.otp.submit_token') %></p>

<%= 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} %>
Expand Down

0 comments on commit 22ab1fa

Please sign in to comment.