We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a5a88 commit 383ab1fCopy full SHA for 383ab1f
frontend/src/pages/Signup.tsx
@@ -44,8 +44,9 @@ const SignUp = () => {
44
description: "Passwords do not match",
45
variant: "destructive",
46
});
47
- setServerMessage("Passwords do not match");
48
- setIsError(true);
+ // Removed duplicated inline error message for password mismatch
+ // setServerMessage("Passwords do not match");
49
+ // setIsError(true);
50
return;
51
}
52
0 commit comments