Fixed login bug again
This commit is contained in:
parent
6bb0f0dd0a
commit
0d214de5ed
21 changed files with 1142 additions and 1147 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue