mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Changed to camel case text.
This commit is contained in:
parent
c951b2ca1b
commit
b9721845d8
@ -106,7 +106,6 @@ public class AuthHandlerServiceImpl implements AuthHandlerService {
|
||||
JSONObject loginInfo = new JSONObject(accessTokenInfo);
|
||||
loginInfo.append(Constants.USER_NAME, userName);
|
||||
loginInfo.append(Constants.APPLICATION_INFO, new JSONObject(apiApplicationKey));
|
||||
System.out.println(loginInfo);
|
||||
return Response.status(200).entity(loginInfo.toString()).build();
|
||||
} catch (Exception e) {
|
||||
//return Response.status(500).build();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user