We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3152432 + 2cdd503 commit cf6f314Copy full SHA for cf6f314
1 file changed
app/register/page.tsx
@@ -36,8 +36,8 @@ const RegisterPage = () => {
36
}
37
38
if (!password || password.length < 8) {
39
- setError("Password is invalid");
40
- toast.error("Password is invalid");
+ setError("Password must be 8 characters long");
+ toast.error("Password must be 8 characters long");
41
return;
42
43
0 commit comments