Change TOTP input cell type

This commit is contained in:
jasinco 2025-06-17 01:13:25 +08:00
parent 0d1d04289d
commit 68e6319d84

View file

@ -111,7 +111,7 @@
<label for="totp">TOTP</label> <label for="totp">TOTP</label>
<div class="flex flex-row gap-3 w-full px-auto justify-center box-border" id="totp"> <div class="flex flex-row gap-3 w-full px-auto justify-center box-border" id="totp">
<template id="totp_cell"> <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" class="block rounded outline-none ring-2 border-box w-7 h-7 text-center totp"
data-index-number="0" maxlength="1" minlength="1" /> data-index-number="0" maxlength="1" minlength="1" />
</template> </template>