notification/12-dec-25 #29

Merged
bagasbanuna merged 21 commits from notification/12-dec-25 into staging 2025-12-12 17:51:59 +08:00
76 changed files with 2841 additions and 694 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 (