mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing issue: EMM-1537
This commit is contained in:
parent
8b4649b4e5
commit
c87c5a8322
@ -84,7 +84,6 @@ var invokers = function () {
|
||||
if (accessToken == null) {
|
||||
userModule.logout(function () {
|
||||
response.sendRedirect(devicemgtProps["appContext"] + "login");
|
||||
return responseCallback({"status": 401, "responseText" : "Session expired!"});
|
||||
});
|
||||
} else {
|
||||
xmlHttpRequest.setRequestHeader(constants["AUTHORIZATION_HEADER"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user