Browse Source

Remove resend confirmation link

pull/580/head
baarkerlounger 3 years ago
parent
commit
53b1778f15
  1. 2
      app/views/devise/shared/_links.html.erb

2
app/views/devise/shared/_links.html.erb

@ -11,7 +11,7 @@
<% end %>
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
<p class="govuk-body"><%= govuk_link_to "Get a new invitation link", new_confirmation_path(resource_name) %> if it’s expired.</p>
<!-- <p class="govuk-body"><%#= govuk_link_to "Get a new invitation link", new_confirmation_path(resource_name) %> if it’s expired.</p> -->
<% end %>
<%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>

Loading…
Cancel
Save