main
ilhamwara 2025-07-03 10:12:54 +07:00
parent cf98abd293
commit a5568dcaad
1 changed files with 3 additions and 0 deletions

View File

@ -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