Skip to content

fix(server/user-routes): do not overwrite local field with partial data in update as admin

Sebastian K requested to merge fix-admin-profile-update into master

fixes #281 (closed)

password gets removed because the local object from the request does not contain any password and is not merged by default.

Edited by Sebastian K

Merge request reports