diff options
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/WebsiteSection.vue')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/WebsiteSection.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/components/PersonalInfo/WebsiteSection.vue b/apps/settings/src/components/PersonalInfo/WebsiteSection.vue index 1b8d9e6815d..79e7a90de00 100644 --- a/apps/settings/src/components/PersonalInfo/WebsiteSection.vue +++ b/apps/settings/src/components/PersonalInfo/WebsiteSection.vue @@ -23,6 +23,7 @@ <template> <AccountPropertySection v-bind.sync="website" :placeholder="t('settings', 'Your website')" + autocomplete="url" type="url" :on-validate="onValidate" /> </template> |