Fixes and small changes

This commit is contained in:
DomySh
2022-07-18 23:01:24 +02:00
parent 985a5f1f14
commit 139fe39130
5 changed files with 10 additions and 21 deletions

View File

@@ -47,6 +47,11 @@ function App() {
}
},[])
useEffect(()=>{
const updater = setInterval(fireUpdateRequest,6000)
return () => clearInterval(updater)
},[])
const form = useForm({
initialValues: {
password:"",