From eab528f76c796476e9bf7a2b959ca51d0f32c8dd Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 00:06:49 +0000 Subject: [PATCH] Update form submission and signup toggle cgen-d0440ca51e934e0f83e2714fb1ef0e0c --- client/pages/Login.tsx | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/client/pages/Login.tsx b/client/pages/Login.tsx index 335404e6..e0152ed4 100644 --- a/client/pages/Login.tsx +++ b/client/pages/Login.tsx @@ -235,38 +235,40 @@ export default function Login() { )} -
- - -
+ {!isSignUp && ( +
+ + +
+ )}

- Don't have an account?{" "} + {isSignUp ? "Already have an account?" : "Don't have an account?"}{" "}