mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Add a hint on login form about using a recovery code
This commit is contained in:
@@ -8,5 +8,6 @@
|
||||
.alert.alert-danger
|
||||
= @error
|
||||
= 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"
|
||||
|
||||
Reference in New Issue
Block a user