fix : logic access user

deskripsi:
- fix waiting room loading
- fix user access modal
- fix middleware

No Issue
This commit is contained in:
2025-05-22 17:34:59 +08:00
parent a81806da21
commit be2982a1cb
5 changed files with 74 additions and 17 deletions

View File

@@ -1,6 +1,8 @@
import { funGetUserIdByToken } from "@/app_modules/_global/fun/get";
import WaitingRoom_View from "@/app_modules/waiting_room/view";
export const dynamic = "force-dynamic";
export default async function Page() {
const userLoginId = await funGetUserIdByToken();