diff --git a/resources/views/modules/management/user/index.blade.php b/resources/views/modules/management/user/index.blade.php index d813474..ad05b6f 100644 --- a/resources/views/modules/management/user/index.blade.php +++ b/resources/views/modules/management/user/index.blade.php @@ -87,6 +87,9 @@ $("#grid-data").on("click", ".forcelogin", function() { request = $.ajax({ url: base_url, type: "GET", + xhrFields: { + withCredentials: true + } }); // Callback handler that will be called on success