feat: thema's worden gefetched van de api

This commit is contained in:
Joyelle Ndagijimana 2025-03-20 11:27:55 +01:00
parent 03a9e513a8
commit 0d1ed55001
3 changed files with 60 additions and 41 deletions

View file

@ -119,7 +119,7 @@ router.beforeEach(async (to, from, next) => {
// Verify if user is logged in before accessing certain routes
if (to.meta.requiresAuth) {
if (!authState.isLoggedIn.value) {
//Next("/login");
//next("/login");
next();
} else {
next();