discourse/app/views/common/_second_factor_backup_input...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
171 B
Plaintext
Raw Normal View History

<%= text_field_tag(:second_factor_token, nil, autofocus: true, pattern: '[a-z0-9]{16}', maxlength: 32, type: 'text') %>
2018-06-28 04:12:32 -04:00
<%= hidden_field_tag 'second_factor_method', '2' %>