From: Christopher Ng Date: Sat, 16 Dec 2023 01:16:54 +0000 (-0800) Subject: fix(settings): Use heading for Profile and Profile picture sections X-Git-Tag: v29.0.0beta1~592^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F42319%2Fhead;p=nextcloud-server.git fix(settings): Use heading for Profile and Profile picture sections Signed-off-by: Christopher Ng --- diff --git a/apps/settings/src/components/PersonalInfo/AvatarSection.vue b/apps/settings/src/components/PersonalInfo/AvatarSection.vue index 9c56fe277af..ed6cd2c423c 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 2f1cc935f22..6b775092c6c 100644 --- a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue +++ b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue @@ -22,7 +22,7 @@