Make two factor code input field trigger a numeric keyboard on phones.
This commit is contained in:
parent
1ca0d6ce20
commit
4087c23199
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
Code
|
Code
|
||||||
</div>
|
</div>
|
||||||
<div class="auth__label__value">
|
<div class="auth__label__value">
|
||||||
{{ input_text('twofactor[code]', 'input__text--monospace input__text--centre auth__label__input', '', 'text', '', true, {'maxlength':6}, 1) }}
|
{{ input_text('twofactor[code]', 'input__text--monospace input__text--centre auth__label__input', '', 'text', '', true, {'maxlength': 6, 'inputmode': 'numeric'}, 1) }}
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue