We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ee407 commit dc7cad8Copy full SHA for dc7cad8
Frontend/src/Components/LoginSignUp/Login.jsx
@@ -12,8 +12,6 @@ import {resetUserPasswordUsingFirebase} from "../../Authentication/UserAuthentic
12
export const Login = ({setAction}) => {
13
const navigate = useNavigate();
14
15
- const [action, setAction] = useState("Log In");
16
-
17
const [userEmail, setUserEmail] = useState("");
18
const [userPassword, setUserPassword] = useState("");
19
0 commit comments