This commit is contained in:
parent
b58bca3004
commit
ab92b72206
|
|
@ -84,9 +84,12 @@ export default async function RootLayout({
|
||||||
)
|
)
|
||||||
const session = (await supabase.auth.getSession()).data.session
|
const session = (await supabase.auth.getSession()).data.session
|
||||||
|
|
||||||
|
console.log("[layout.tsx]Session Data: ", sessionData)
|
||||||
|
console.log("[layout.tsx]Session Error: ", sessionError)
|
||||||
|
|
||||||
const { t, resources } = await initTranslations(locale, i18nNamespaces)
|
const { t, resources } = await initTranslations(locale, i18nNamespaces)
|
||||||
|
|
||||||
console.log("layout.tsx..............locale: ", {locale});
|
// console.log("layout.tsx..............locale: ", {locale});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue