Fixed login bug again

This commit is contained in:
Alois 2026-04-02 22:17:49 +02:00
commit 0d214de5ed
21 changed files with 1142 additions and 1147 deletions

View file

@ -77,7 +77,6 @@ function Chat() {
}
const rootRoute = createRootRoute({
component: RootShell,
});
@ -99,7 +98,7 @@ const chatRoute = createRoute({
component: Chat,
validateSearch: z.object({
id: z.number().optional(),
})
}),
});
const callRoute = createRoute({