We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb6edf commit d055408Copy full SHA for d055408
template/en/default/mfa/totp/verify.html.tmpl
@@ -22,7 +22,7 @@
22
[% FOREACH field IN postback.fields.keys %]
23
<input type="hidden" name="[% field FILTER html %]" value="[% postback.fields.item(field) FILTER html %]">
24
[% END %]
25
- <input type="text" name="code" id="code"
+ <input type="[% is_mobile_browser ? "number" : "text" %]" name="code" id="code"
26
placeholder="123456" maxlength="9" pattern="\d{6,9}" size="10"
27
autocomplete="off" required autofocus><br>
28
<br>
0 commit comments