Fix: Middlerawe/3

This commit is contained in:
2024-11-21 16:16:50 +08:00
parent ac749f3d9d
commit 10dee19f98
4 changed files with 3 additions and 22 deletions

View File

@@ -42,7 +42,7 @@ export default async function RootLayout({
children: React.ReactNode;
}) {
// if (!token) return <>Require Token Storage</>;
// const userLoginId = await funGetUserIdByToken();
const userLoginId = await funGetUserIdByToken();
return (
<RootStyleRegistry>