Added basic debug view

This commit is contained in:
frikky
2020-05-15 12:50:07 +02:00
parent 3a87451beb
commit 9c4527d30a
6 changed files with 110 additions and 31 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const AdminAccount = props => {
const [loginInfo, setLoginInfo] = useState("");
const handleValidateForm = () => {
return (username.length > 1 && password.length > 8);
return (username.length > 1 && password.length > 1);
}
if (isLoggedIn === true) {