Add a hint on login form about using a recovery code

This commit is contained in:
Robert Speicher 2015-05-08 20:56:04 -04:00
parent 8eb577ae98
commit a4267033f2
1 changed files with 1 additions and 0 deletions

View File

@ -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"