Added beginning of login functionality

This commit is contained in:
2026-01-05 16:51:04 -05:00
parent f65d97a50a
commit 03356d813f
4 changed files with 78 additions and 10 deletions

View File

@@ -168,11 +168,6 @@ router.beforeEach(async (to, from, next) => {
})
}
console.log('Auth Guard:', {
to: to.fullPath,
isUserLoggedIn: isUserLoggedIn.value,
isParentAuthenticated: isParentAuthenticated.value,
})
// Always allow access to /auth routes
if (to.path.startsWith('/auth')) {
return next()