Skip to content

Commit dc7cad8

Browse files
author
Aishwarya Nair
committed
remove setAction redeclaration
1 parent 45ee407 commit dc7cad8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Frontend/src/Components/LoginSignUp/Login.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import {resetUserPasswordUsingFirebase} from "../../Authentication/UserAuthentic
1212
export const Login = ({setAction}) => {
1313
const navigate = useNavigate();
1414

15-
const [action, setAction] = useState("Log In");
16-
1715
const [userEmail, setUserEmail] = useState("");
1816
const [userPassword, setUserPassword] = useState("");
1917

0 commit comments

Comments
 (0)