TickLabVN / ssps-be

Back-end for HCMUT-SSPS
0 stars 1 forks source link

fix(user.handler.ts): change return of api/user to {id, email} #21

Closed quannhg closed 10 months ago

quannhg commented 10 months ago

The older version return {id, username}. But after integrate google oauth, some user may don't have username and is identify by their email, so return {id, email} for better semantically accurate representation.