Skip to content

Add error message when have error on profile screen

Created by: duduribeiro

Like described in issue #8972 (closed), when trying to update the profile with an email already in use, the error message only provides the error: Failed to update profile. With this change, the message will describe the exactly error occurred in the process.

Before: update_profile_befor After: update_profile_after

Merge request reports