update login page

This commit is contained in:
smanylov
2026-04-06 17:04:53 +07:00
parent a301e57c8b
commit bac1151c8e
9 changed files with 82 additions and 86 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export default async function RootLayout({
}
const queryClient = getQueryClient();
await prefetchLayoutQueries(queryClient);
await prefetchLayoutQueries(queryClient);
return (
<HydrationBoundary state={dehydrate(queryClient)}>