Sudah fix menunya, superadmin bisa memilihkan menu untuk user

This commit is contained in:
2025-11-25 16:21:15 +08:00
parent ace5aff1b6
commit e941ed3893
6 changed files with 47 additions and 15 deletions

View File

@@ -138,7 +138,7 @@ export default function Validasi() {
});
cleanupStorage();
router.replace('/waiting-room');
window.location.href = '/waiting-room';
};
// ✅ Verifikasi OTP untuk LOGIN
@@ -167,7 +167,7 @@ export default function Validasi() {
cleanupStorage();
if (!isActive) {
router.replace('/waiting-room');
window.location.href = '/waiting-room';
return;
}