Fix html hydrate error

This commit is contained in:
2026-04-16 13:56:39 +04:00
parent cf5c3294fd
commit a2bb9ffc3b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const jsonLd = {
export default async function RootLayout({children, Session}) {
return (
<html lang='fr'>
<html lang='fr' suppressHydrationWarning>
<body>
<NextTopLoader color='#ffeb3b' />
<AuthProvider session={Session}>