Sha256: 5630dd517acae29ccfea74aec1823bc35ecdf3d25a7a297757178a8fafcfde61

Contents?: true

Size: 531 Bytes

Versions: 6

Compression:

Stored size: 531 Bytes

Contents

<% content_for :page_title, "Two-factor authentication" %>
<% content_for :page_description, "Two-factor authentication" %>

<%= form_tag(verify_otp_admin_session_path, method: :post) do |f| %>
  <%= hidden_field_tag :signed_user_id, @signed_user_id %>
  <%= render(partial: "admin/sessions/otp_form") %>

  <p>
    <button type="submit">
      Verify
    </button>
  </p>

  <p>
    Lost your authenticator device?
    <%= link_to("Recover your account here",
                new_admin_account_recovery_path) %>.
  </p>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pages_core-3.15.5 app/views/admin/sessions/verify_otp.html.erb
pages_core-3.15.4 app/views/admin/sessions/verify_otp.html.erb
pages_core-3.15.3 app/views/admin/sessions/verify_otp.html.erb
pages_core-3.15.2 app/views/admin/sessions/verify_otp.html.erb
pages_core-3.15.1 app/views/admin/sessions/verify_otp.html.erb
pages_core-3.14.0 app/views/admin/sessions/verify_otp.html.erb