diff --git a/apps/settings/src/components/PersonalInfo/AvatarSection.vue b/apps/settings/src/components/PersonalInfo/AvatarSection.vue index 9c56fe277af8c..ed6cd2c423c9a 100644 --- a/apps/settings/src/components/PersonalInfo/AvatarSection.vue +++ b/apps/settings/src/components/PersonalInfo/AvatarSection.vue @@ -25,7 +25,7 @@

{{ t('settings', 'Your profile information') }}

- @@ -63,8 +63,7 @@ {{ t('settings', 'The file must be a PNG or JPG') }} - @@ -163,12 +162,6 @@ export default { } }, - computed: { - inputId() { - return `account-property-${this.avatar.name}` - }, - }, - created() { subscribe('settings:display-name:updated', this.handleDisplayNameUpdate) }, diff --git a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue index 2f1cc935f22c2..6b775092c6c84 100644 --- a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue +++ b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue @@ -22,7 +22,7 @@