mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-04-30 16:31:57 +08:00
2 lines
166 B
Text
2 lines
166 B
Text
<%= text_field_tag(:second_factor_token, nil, autofocus: true, pattern: '[0-9]{6}', maxlength: 6, type: 'tel') %>
|
|
<%= hidden_field_tag 'second_factor_method', '1' %>
|