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

2 lines
114 B
Plaintext
Raw Normal View History

<%= text_field_tag(:second_factor_token, nil, autofocus: true, pattern: '[0-9]{6}', maxlength: 6, type: 'tel') %>