Fix: Cookies

Deksripsi:
- Perbaikan cookies untuk server
This commit is contained in:
2024-11-21 11:41:31 +08:00
parent a9cb6bc59b
commit abaec2c1c3
55 changed files with 1519 additions and 1401 deletions

View File

@@ -19,7 +19,7 @@ export default async function Layout({
<>
<KatalogLayout
profileId={profileId}
userLoginId={userLoginId}
userLoginId={userLoginId as string}
authorId={authorId as any}
>
{children}