Complete format and api call(70%)

This commit is contained in:
Ebube
2023-04-24 23:39:40 +01:00
parent 32cfed3394
commit 636651aa38
6 changed files with 111 additions and 15 deletions
-2
View File
@@ -22,8 +22,6 @@ export default function Login() {
setValue(!checked);
};
console.log(process.env.REACT_APP_LOGIN_ERROR_TIMEOUT)
// email
const [email, setMail] = useState("");
const handleEmail = (e) => {