summaryrefslogtreecommitdiff
path: root/app/views/devise/sessions/two_factor.html.haml
blob: c9d1e454a5e174aee6abc9694b67e5e107871d38 (plain)
1
2
3
4
5
6
7
8
9
10
%div
  .login-box
    .login-heading
      %h3 Two-factor Authentication
    .login-body
      = form_for(resource, as: resource_name, url: session_path(resource_name), method: :post) do |f|
        = f.text_field :otp_attempt, class: 'form-control', placeholder: 'Two-factor Authentication code', required: true, autofocus: true
        %p.help-block.hint Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes.
        .prepend-top-20
          = f.submit "Verify code", class: "btn btn-save"