<% provide(:head_title, '2FA Bypass') %> <% content_for(:body_class, 'sign-in-layout') %>

<%= t "devise.sessions.2fa_recovery.title" %>

<%= form_with url: users_authenticate_with_recovery_code_path, local: true do %>

<%= t "devise.sessions.2fa_recovery.description" %>

<%= label :recovery_code, t("devise.sessions.2fa_recovery.bypass_code") %> <%= text_field_tag(:recovery_code, '', { class: "form-control sci-input-field" })%>

<%= button_tag t("devise.sessions.2fa_recovery.enter"), type: :submit, class: "btn btn-primary" %>
<% end %>