mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
useAuth Integration
This commit is contained in:
@@ -13,8 +13,8 @@ export default function Dashboard() {
|
||||
|
||||
useEffect(() => {
|
||||
const runValidation = async () => {
|
||||
await validate();
|
||||
};
|
||||
await validate();
|
||||
};
|
||||
|
||||
runValidation();
|
||||
}, [validate]);
|
||||
|
||||
Reference in New Issue
Block a user