diff options
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/DisplayNameSection.vue')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/DisplayNameSection.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/components/PersonalInfo/DisplayNameSection.vue b/apps/settings/src/components/PersonalInfo/DisplayNameSection.vue index c5517140cd2..b88f52e0df4 100644 --- a/apps/settings/src/components/PersonalInfo/DisplayNameSection.vue +++ b/apps/settings/src/components/PersonalInfo/DisplayNameSection.vue @@ -23,6 +23,7 @@ <template> <AccountPropertySection v-bind.sync="displayName" :placeholder="t('settings', 'Your full name')" + autocomplete="username" :is-editable="displayNameChangeSupported" :on-validate="onValidate" :on-save="onSave" /> |