Skip to content
Snippets Groups Projects
Commit 5e03b82e authored by Nishant Kishan Teckchandani's avatar Nishant Kishan Teckchandani
Browse files

Update src/pages/login/Login.jsx

parent 8787bf5a
Branches cloud_ready
No related merge requests found
......@@ -11,6 +11,9 @@ import axios from "../../api/axios";
const LOGIN_URL = "/login";
const Login = ({ token, setToken, setUserName }) => {
console.log('This is the /Login');
const [user, setUser] = useState("");
const [pwd, setPwd] = useState("");
const [enable, setEnable] = useState(true);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment