diff --git a/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue b/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue index cd9b0aa6760..0ae18a6fe9b 100644 --- a/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue +++ b/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue @@ -25,7 +25,7 @@ :account-property="accountProperty" label-for="email" :handle-scope-change="savePrimaryEmailScope" - :is-editable="displayNameChangeSupported" + :is-editable="true" :is-multi-value-supported="true" :is-valid-section="isValidSection" :scope.sync="primaryEmail.scope" @@ -37,18 +37,17 @@ :scope.sync="primaryEmail.scope" :email.sync="primaryEmail.value" @update:email="onUpdateEmail" /> - - {{ primaryEmail.value || t('settings', 'No email address set') }} +