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

@@ -98,10 +98,12 @@ export default function WaitingRoom_View({
try {
setIsLoadingHome(true);
router.replace("/", { scroll: false });
setTimeout(() => {
setIsLoadingHome(false);
}, 1000);
} catch (error) {
clientLogger.error("Error button to home", error);
} finally {
setIsLoadingHome(false);
clientLogger.error("Error button to home", error);
}
}}
>