useAuth Integration

This commit is contained in:
headlesdev
2025-05-20 00:52:17 +02:00
parent cc59988917
commit 76ec9dad93
5 changed files with 33 additions and 81 deletions

View File

@@ -13,8 +13,8 @@ export default function Dashboard() {
useEffect(() => {
const runValidation = async () => {
await validate();
};
await validate();
};
runValidation();
}, [validate]);