diff --git a/services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js b/services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js index 3387bbb7f94..e1394623226 100644 --- a/services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js +++ b/services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js @@ -277,7 +277,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", { }; osparc.data.Resources.fetch("profile", "patch", params) .then(() => { - this.__setDataToPrivacy(Object.assign(this.__userPrivacyData, params.data)); + this.__setDataToPrivacy(Object.assign(this.__userPrivacyData, params.data["privacy"])); const msg = this.tr("Privacy updated"); osparc.FlashMessenger.getInstance().logAs(msg, "INFO"); })