hyunbin7303 / TodoRestful

TODO Restful
MIT License
1 stars 0 forks source link

Login Service - Create proper way of respoding failure when login fail. #44

Open hyunbin7303 opened 4 years ago

hyunbin7303 commented 4 years ago

Create a proper invalid return when creating account is fail. For example, image

return message: { "status": "Error", "message": "User creation failed! Please check user details and try again." }

But can't know why it failed from client perspective.