Open danielBingham opened 1 year ago
This seems to have been fixed at some point. I can no longer reproduce it and the patchUser
endpoint is returning the complete User object rather than the cleaned up.
Recently reproduced this while regression testing.
Describe the bug A clear and concise description of what the bug is.
Attempting to change your email will fail after you've updated your profile. This is the result of the profile updating return an updated
clean user
object with out the email and setting that on thecurrentUser
which is supposed to be aunclean user
with the email included.To Reproduce Steps to reproduce the behavior:
Actual behavior What actually happened?
The change will fail with a server error.
Expected behavior A clear and concise description of what you expected to happen.
The change will succeed.