This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/views/common/_second_factor_text_field.html.erb
T
2018-02-27 09:30:44 +08:00

2 lines
114 B
Plaintext

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