Resend confirmation instructions

<%# Note that in this example the User identifier is :email. %>

If you didn't receive the confirmation email, please enter your email address and we'll send you another one.

<%= form_with url: confirmations_path, method: :post do |f| %>

<%= f.label :email %> <%= f.text_field :email, inputmode: 'email', autocomplete: 'email' %>

<%= f.submit %>

<% end %>