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 = () => {