Remove auth

This commit is contained in:
2026-04-28 12:39:29 +04:00
parent e1a5e082a2
commit 85242a056e
2 changed files with 4 additions and 89 deletions
+4 -7
View File
@@ -1,6 +1,5 @@
import TopLoader from '../components/top-loader'
import Navigasyon from '../components/navigasyon'
import AuthProvider from './auth-provider'
import ThemeRegistry from './theme-registy'
export const metadata = {
@@ -56,12 +55,10 @@ export default async function RootLayout({children, Session}) {
<html lang='fr' suppressHydrationWarning>
<body>
<TopLoader color='#ffeb3b' />
<AuthProvider session={Session}>
<ThemeRegistry>
<Navigasyon />
{children}
</ThemeRegistry>
</AuthProvider>
<ThemeRegistry>
<Navigasyon />
{children}
</ThemeRegistry>
<section>
<script
type='application/ld+json'