fix: display friendly error message for password validation on signup (#5563)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Brian Fromm
2025-11-19 09:42:50 -07:00
committed by GitHub
parent a3b5584505
commit 6d5aa355e4
3 changed files with 13 additions and 1 deletions

View File

@@ -102,6 +102,7 @@
"username": "Username",
"usernameTaken": "Username already taken",
"wrongCredentials": "Wrong credentials",
"passwordTooShort": "Password must be at least {min} characters",
"logout_reasons": {
"inactivity": "You have been logged out due to inactivity."
}