From f595b271ea29480444d521bb7f1d4d82f1308b33 Mon Sep 17 00:00:00 2001 From: harshit raj Date: Wed, 6 Aug 2025 19:41:37 +0530 Subject: [PATCH 1/2] Resolving BuG: Fixed bug in signup page issue #176 --- src/pages/Signup/Signup.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/Signup/Signup.tsx b/src/pages/Signup/Signup.tsx index 6ea1fc6..1d78a3c 100644 --- a/src/pages/Signup/Signup.tsx +++ b/src/pages/Signup/Signup.tsx @@ -1,6 +1,6 @@ import React, { useState, ChangeEvent, FormEvent } from "react"; import axios from "axios"; -import { useNavigate } from "react-router-dom"; +import { useNavigate ,Link } from "react-router-dom"; import { User, Mail, Lock } from "lucide-react"; const backendUrl = import.meta.env.VITE_BACKEND_URL; interface SignUpFormData { @@ -58,7 +58,7 @@ const navigate = useNavigate(); }; return ( -
+
{/* Background decorative elements */}
@@ -146,12 +146,14 @@ const navigate = useNavigate();

Already have an account?{' '} + +

From b42258bdebc648e42fb84193c882c1d4caa68a45 Mon Sep 17 00:00:00 2001 From: Mehul Prajapati Date: Wed, 6 Aug 2025 13:04:05 -0400 Subject: [PATCH 2/2] Update src/pages/Signup/Signup.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/pages/Signup/Signup.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pages/Signup/Signup.tsx b/src/pages/Signup/Signup.tsx index 1d78a3c..4b5b539 100644 --- a/src/pages/Signup/Signup.tsx +++ b/src/pages/Signup/Signup.tsx @@ -147,12 +147,9 @@ const navigate = useNavigate();

Already have an account?{' '} - +