From d41fd833e9220be58a8e14bc081f29dbceb8e2c9 Mon Sep 17 00:00:00 2001 From: ilhamwara Date: Thu, 3 Jul 2025 09:43:58 +0700 Subject: [PATCH] update --- resources/views/modules/management/user/index.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/modules/management/user/index.blade.php b/resources/views/modules/management/user/index.blade.php index f670842..5bfa78e 100644 --- a/resources/views/modules/management/user/index.blade.php +++ b/resources/views/modules/management/user/index.blade.php @@ -101,6 +101,7 @@ $("#grid-data").on("click", ".forcelogin", function() { }; }else{ toastr.error("Maaf Terjadi Kesalahan", 'Gagal!', {positionClass: 'toast-bottom-right', containerId: 'toast-bottom-right'}); + console.log(response); } });