You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix in userService which returns incorrect data after updating a user.
The update method returned the parent object (AxiosResponse) instead of the GetUserOutput. Corrected in the same way as the code is written in the other services.
0 commit comments