Hint the code field's digits-only rule, so the browser's refusal isn't bare

This commit is contained in:
2026-08-18 22:07:12 +02:00
parent a64a60644d
commit 04af61a5e5
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -113,6 +113,7 @@ test("the code field guards a pasted space: one-time-code autofill + numeric inp
);
assert.deepEqual(view.fields.find((f) => f.name === "code"), {
autocomplete: "one-time-code", // Kratos sends none for the OTP node — enable OS/email autofill
hint: "Digits only — no spaces.", // the pattern refusal alone reads as a bare "match the requested format"
icon: "i-shield",
id: "field-code",
inputmode: "numeric",