mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
3 lines
166 B
Plaintext
3 lines
166 B
Plaintext
<%= text_field_tag(:second_factor_token, nil, autofocus: true, pattern: '[0-9]{6}', maxlength: 6, type: 'tel') %>
|
|
<%= hidden_field_tag 'second_factor_method', '1' %>
|