gitlab-org--gitlab-foss/app/views/devise/sessions/two_factor.html.haml

11 lines
508 B
Plaintext
Raw Normal View History

%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|
2015-05-06 02:12:35 +00:00
= f.text_field :otp_attempt, class: 'form-control', placeholder: 'Two-factor authentication code', required: true, autofocus: true
%p.help-block.hint If you've lost your phone, you may enter one of your recovery codes.
.prepend-top-20
= f.submit "Verify code", class: "btn btn-save"