From f5e8e789bb34742341a021d9795be5fcabbbea2c Mon Sep 17 00:00:00 2001 From: Kratik1093 Date: Thu, 10 Oct 2024 16:02:42 +0530 Subject: [PATCH] username_to_email --- frontend/src/Pages/LoginPage.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/Pages/LoginPage.jsx b/frontend/src/Pages/LoginPage.jsx index f943f35..6b285d1 100644 --- a/frontend/src/Pages/LoginPage.jsx +++ b/frontend/src/Pages/LoginPage.jsx @@ -38,11 +38,11 @@ const Login = () => { {/* Username Input */}
- + setUsername(e.target.value)} placeholder="Enter your name" className="w-full px-4 py-2 transition duration-300 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"