<% content_for :title, "Resend security code" %> <% content_for :before_content do %> <%= govuk_back_link( text: 'Back', href: 'javascript:history.back()', ) %> <% end %> <%= form_with(url: resend_code_admin_user_two_factor_authentication_path, html: { method: :get }) do |f| %>

<%= content_for(:title) %>

Text messages sometimes take a few minutes to arrive. If you do not receive the text message, you can request a new one.

<%= f.govuk_submit "Resend security code" %>
<% end %>