TOTP length is configurable, so we can't hardcode the length here
This commit is contained in:
parent
26c1196a16
commit
41ba90904d
|
@ -101,7 +101,6 @@
|
||||||
autocorrect="off"
|
autocorrect="off"
|
||||||
autocapitalize="off"
|
autocapitalize="off"
|
||||||
id="totp"
|
id="totp"
|
||||||
maxlength="6"
|
|
||||||
name="totp"
|
name="totp"
|
||||||
pattern="[0-9]*"
|
pattern="[0-9]*"
|
||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
|
|
Loading…
Reference in New Issue