From 445782334229bede65da84e2d903a24432883334 Mon Sep 17 00:00:00 2001 From: atharvaombase Date: Fri, 28 Mar 2025 11:01:25 +0530 Subject: [PATCH] Fix:Removed Google login button --- Frontend/src/pages/Authentication/Login.jsx | 25 ++------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/Frontend/src/pages/Authentication/Login.jsx b/Frontend/src/pages/Authentication/Login.jsx index a2cdcab..919bf72 100644 --- a/Frontend/src/pages/Authentication/Login.jsx +++ b/Frontend/src/pages/Authentication/Login.jsx @@ -1,5 +1,4 @@ import React from "react"; -import { FcGoogle } from "react-icons/fc"; import { FiEye, FiEyeOff } from "react-icons/fi"; import { Link } from "react-router-dom"; @@ -16,19 +15,7 @@ const Login = () => {

Log in

- -
-
- - Or login with email - -
-
+
{ className="w-full border border-gray-300 rounded-l-lg px-4 py-4 focus:outline-none focus:border-blue-500" />
-
- - Login via OTP - -
@@ -58,7 +37,7 @@ const Login = () => {