discourse/app/views/common/_second_factor_text_field.h...

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

3 lines
166 B
Plaintext
Raw Normal View History

<%= text_field_tag(:second_factor_token, nil, autofocus: true, pattern: '[0-9]{6}', maxlength: 6, type: 'tel') %>
2018-06-28 04:12:32 -04:00
<%= hidden_field_tag 'second_factor_method', '1' %>