Skip to content

Commit

Permalink
Add divider
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jan 16, 2024
1 parent ab205f5 commit b1dbb96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/devise/otp_tokens/_token_secret.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<p><%= link_to I18n.t('codes_list', :scope => 'devise.otp.otp_tokens.recovery'), recovery_otp_token_for(resource_name) %></p>
<p><%= link_to I18n.t('download_codes', :scope => 'devise.otp.otp_tokens.recovery'), recovery_otp_token_for(resource_name, format: :text) %></p>
</div>
<% else %>
<hr>
<% end %>

<%= render :partial => 'trusted_devices' if trusted_devices_enabled? %>
Expand Down

0 comments on commit b1dbb96

Please sign in to comment.