<% # Copyright (C) 2018 Colin Darie , 2018 Evolix %> <% # License: GNU AGPL-3+ (see full text in LICENSE file) %> <%= devise_form_container do %>

<%= t('.resend_unlock_instructions') %>

<%= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> <%= f.input :email, autofocus: true, autocomplete: "email" %> <%= f.button :submit, t('.resend_unlock_instructions'), class: "btn-primary" %> <% end %> <%= render "devise/shared/links" %> <% end %>