diff --git a/frontend/src/components/Signup.jsx b/frontend/src/components/Signup.jsx index 3cb83cc..a64faa7 100644 --- a/frontend/src/components/Signup.jsx +++ b/frontend/src/components/Signup.jsx @@ -132,7 +132,7 @@ function Signup() { size="small" type="" placeholder="Enter Your Name" - onChange={(e) => setEmail(e.target.value)} + onChange={(e) => setName(e.target.value)} required />