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"
|
||||
autocapitalize="off"
|
||||
id="totp"
|
||||
maxlength="6"
|
||||
name="totp"
|
||||
pattern="[0-9]*"
|
||||
spellcheck="false"
|
||||
|
|
Loading…
Reference in New Issue