diff --git a/website/client/components/userMenu/profile.vue b/website/client/components/userMenu/profile.vue index 8af7229876..37a402612d 100644 --- a/website/client/components/userMenu/profile.vue +++ b/website/client/components/userMenu/profile.vue @@ -752,7 +752,6 @@ export default { let curVal = this.user.profile[key]; if (!curVal || this.editingProfile[key].toString() !== curVal.toString()) { values[`profile.${key}`] = value; - this.$set(this.userLoggedIn.profile, key, value); this.$set(this.user.profile, key, value); } });