QC Hipmi #24

Merged
bagasbanuna merged 2 commits from qc/4-dec-25 into main 2025-12-04 17:47:01 +08:00
5 changed files with 288 additions and 83 deletions
Showing only changes of commit ab5733f336 - Show all commits

View File

@@ -134,10 +134,10 @@ export default function LoginView() {
if (token && token !== "" && isAdmin) {
// Akan di aktifkan jika sudah losos review
return <Redirect href={"/(application)/admin/dashboard"} />;
// return <Redirect href={"/(application)/admin/dashboard"} />;
// Sementara gunakan ini
// return <Redirect href={"/(application)/(user)/home"} />;
return <Redirect href={"/(application)/(user)/home"} />;
}
return (