mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
84a2aae77f
- Increase size of textarea when displaying generated codes
- Adjust maxlength of input field in JS UI
- Adjust maxlength of input field in no_ember UI
Follow-up to bff9880d63
2 lines
171 B
Plaintext
2 lines
171 B
Plaintext
<%= text_field_tag(:second_factor_token, nil, autofocus: true, pattern: '[a-z0-9]{16}', maxlength: 32, type: 'text') %>
|
|
<%= hidden_field_tag 'second_factor_method', '2' %> |