Browse Source

feat: leave here to avoid possible loops

pull/1515/head
natdeanlewissoftwire 3 years ago
parent
commit
f6e6085835
  1. 2
      app/views/devise/two_factor_authentication/resend.html.erb

2
app/views/devise/two_factor_authentication/resend.html.erb

@ -1,7 +1,7 @@
<% content_for :title, "Resend security code" %>
<% content_for :before_content do %>
<%= govuk_back_link(href: :back) %>
<%= govuk_back_link(href: "javascript:history.back()") %>
<% end %>
<%= form_with(url: send("resend_code_#{resource_name}_two_factor_authentication_path"), html: { method: :get }) do |f| %>

Loading…
Cancel
Save