feat: Implement a new authentication system with dedicated login and registration pages, an authenticated route layout, and updated routing.
This commit is contained in:
@@ -8,7 +8,8 @@ export function getRouter() {
|
||||
const router = createTanStackRouter({
|
||||
routeTree,
|
||||
context: {
|
||||
queryClient
|
||||
queryClient,
|
||||
user: null
|
||||
},
|
||||
scrollRestoration: true,
|
||||
defaultPreload: "intent",
|
||||
|
||||
Reference in New Issue
Block a user