mirror of https://github.com/docusealco/docuseal
parent
b8ab7190d2
commit
34d0e00910
@ -1,4 +1,4 @@
|
|||||||
<div class="form-control">
|
<div class="form-control">
|
||||||
<%= label_tag 'user[otp_attempt]', t('two_factor_code_from_authenticator_app'), class: 'label' %>
|
<%= label_tag 'user[otp_attempt]', t('two_factor_code_from_authenticator_app'), class: 'label' %>
|
||||||
<%= text_field_tag 'user[otp_attempt]', nil, autofocus: true, autocomplete: 'off', placeholder: 'XXX-XXX', required: true, class: 'base-input' %>
|
<%= text_field_tag 'user[otp_attempt]', nil, autofocus: true, autocomplete: 'off', inputmode: 'numeric', placeholder: 'XXXXXX', required: true, class: 'base-input' %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in new issue