Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

extra user details returned on login is nested instead of being part of main JSON body #100

Open
paynegreen opened this issue Aug 21, 2018 · 0 comments

Comments

@paynegreen
Copy link
Member

Current Output:

"profile": {
  "0": {"id": 1, "devless_user_id": 1, "designate": 1, "users_id": 1, "code": 9888, "start_time": "2018/08/16"},
  "first_name": "John",
  "last_name": "Doe",
  ...
}

Expected Output:

"profile": {
  "first_name": "John",
  "last_name": "Doe",
  "code": 9888,
  "start_time": "2018/08/16",
  "designate": 1,
  ...
}
@EDDYMENS EDDYMENS changed the title Extend user profile data isn't arrangement well upon login extra user details returned on login is nested instead of being part of main JSON body Aug 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant