mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-24 09:18:37 +02:00
chore: auth context
This commit is contained in:
@@ -13,7 +13,7 @@ export function createRouter() {
|
||||
defaultPreload: "intent",
|
||||
defaultErrorComponent: DefaultCatchBoundary,
|
||||
defaultNotFoundComponent: () => <NotFound />,
|
||||
context: { queryClient },
|
||||
context: { queryClient, auth: undefined! },
|
||||
}),
|
||||
queryClient,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user