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 552cc6bd97
commit 8f3fc7414a
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ const messages = {
"auth.continue": "Continue",
// Kratos labels its own form fields; these translate the ones the built-in identity schema uses,
// keyed on the input name. A deployment's extra traits keep Kratos' label until a plugin covers them.
"auth.field.code.hint": "Digits only — no spaces.",
"auth.field.email": "Email",
"auth.field.identifier": "Email",
"auth.field.password": "Password",