From 1de60ce757b83a8240b3101622e22b485fddf589 Mon Sep 17 00:00:00 2001 From: Aryan Ramesh Jain <138214350+jainaryan04@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:05:21 +0530 Subject: [PATCH] fix login --- frontend/src/components/Pages/Signup.jsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/Pages/Signup.jsx b/frontend/src/components/Pages/Signup.jsx index ad46915a..f709877e 100644 --- a/frontend/src/components/Pages/Signup.jsx +++ b/frontend/src/components/Pages/Signup.jsx @@ -122,18 +122,18 @@ const Signup = () => { }; return ( -
+
login -
-
+ +
Play Cafe,
- + Register to continue
@@ -177,7 +177,7 @@ const Signup = () => { width: `${(passwordStrength + 1) * 20}%`, }} >
-

+

Strength: {getPasswordStrengthText(passwordStrength)}

@@ -185,18 +185,18 @@ const Signup = () => { Already have an account? Login -