1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-31 11:20:15 +02:00

v2.13 open numeric block for authcode

This commit is contained in:
trendschau
2025-01-16 22:21:33 +01:00
parent 363d6371f3
commit 5cc3d7f8ff

View File

@@ -20,6 +20,7 @@
<div class="flex justify-between my-2">
<input
type="text"
inputmode="numeric"
name="code-1"
pattern="[0-9]"
maxlength="1"
@@ -28,6 +29,7 @@
required>
<input
type="text"
inputmode="numeric"
name="code-2"
pattern="[0-9]"
maxlength="1"
@@ -36,6 +38,7 @@
required>
<input
type="text"
inputmode="numeric"
name="code-3"
pattern="[0-9]"
maxlength="1"
@@ -44,6 +47,7 @@
required>
<input
type="text"
inputmode="numeric"
name="code-4"
pattern="[0-9]"
maxlength="1"
@@ -52,6 +56,7 @@
required>
<input
type="text"
inputmode="numeric"
name="code-5"
pattern="[0-9]"
maxlength="1"