Greenstand / treetracker-admin-api

Legacy API microservice for the admin panel
GNU Affero General Public License v3.0
31 stars 81 forks source link

`createdAt` missing from `user` object in `login` response #580

Closed nmcharlton closed 3 years ago

nmcharlton commented 3 years ago

The time and date an admin user account was created (createdAt) should be returned by the server in the body of a successful login response to be displayed on the user's Account page. It is currently missing.