Change TOTP input cell type
This commit is contained in:
parent
0d1d04289d
commit
68e6319d84
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
<label for="totp">TOTP</label>
|
||||
<div class="flex flex-row gap-3 w-full px-auto justify-center box-border" id="totp">
|
||||
<template id="totp_cell">
|
||||
<input type="text"
|
||||
<input type="number"
|
||||
class="block rounded outline-none ring-2 border-box w-7 h-7 text-center totp"
|
||||
data-index-number="0" maxlength="1" minlength="1" />
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue