Skip to content

Commit 383ab1f

Browse files
Vaibhav0527Copilot
andauthored
Update frontend/src/pages/Signup.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c5a5a88 commit 383ab1f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

frontend/src/pages/Signup.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ const SignUp = () => {
4444
description: "Passwords do not match",
4545
variant: "destructive",
4646
});
47-
setServerMessage("Passwords do not match");
48-
setIsError(true);
47+
// Removed duplicated inline error message for password mismatch
48+
// setServerMessage("Passwords do not match");
49+
// setIsError(true);
4950
return;
5051
}
5152

0 commit comments

Comments
 (0)