Commit a4267033 authored by Robert Speicher's avatar Robert Speicher

Add a hint on login form about using a recovery code

parent 8eb577ae
......@@ -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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment