diff --git a/resources/views/modules/management/user/index.blade.php b/resources/views/modules/management/user/index.blade.php index 5bfa78e..af53107 100644 --- a/resources/views/modules/management/user/index.blade.php +++ b/resources/views/modules/management/user/index.blade.php @@ -94,7 +94,8 @@ $("#grid-data").on("click", ".forcelogin", function() { console.log(response); if(response.status == true){ toastr.success("Berhasil Login", 'Berhasil!', {positionClass: 'toast-bottom-right', containerId: 'toast-bottom-right'}); - window.location.href = '{{url("/dashboard")}}'; + console.log(response); + // window.location.href = '{{url("/dashboard")}}'; history.pushState(null, null, location.href); window.onpopstate = function () { history.go(1);