Added basic debug view
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user