feat: Implement a new authentication system with dedicated login and registration pages, an authenticated route layout, and updated routing.

This commit is contained in:
Jrodenas
2026-03-12 00:20:03 +01:00
parent c04f805936
commit 0b50638583
16 changed files with 1460 additions and 684 deletions

View File

@@ -8,7 +8,8 @@ export function getRouter() {
const router = createTanStackRouter({
routeTree,
context: {
queryClient
queryClient,
user: null
},
scrollRestoration: true,
defaultPreload: "intent",