Update tracker get token api

This commit is contained in:
Rushdi 2022-05-17 21:53:00 +05:30
parent 6b3294bd60
commit a521985e98

View File

@ -472,11 +472,10 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
public Response getTraccarUserToken() {
if (HttpReportingUtil.isTrackerEnabled()) {
String loggedUserName = CarbonContext.getThreadLocalCarbonContext().getUsername();
JSONObject obj = new JSONObject(DeviceAPIClientServiceImpl.returnUser(loggedUserName));
String currentUser = CarbonContext.getThreadLocalCarbonContext().getUsername();
JSONObject obj = new JSONObject(DeviceAPIClientServiceImpl.returnUser(currentUser));
log.info("=================");
log.info(loggedUserName);
log.info(obj.toString());
log.info("==================");
if(obj.has("error")){