summaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/PersonalInfo/LocationSection.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/LocationSection.vue')
-rw-r--r--apps/settings/src/components/PersonalInfo/LocationSection.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/components/PersonalInfo/LocationSection.vue b/apps/settings/src/components/PersonalInfo/LocationSection.vue
index e75075b6d1e..ceef7c432cd 100644
--- a/apps/settings/src/components/PersonalInfo/LocationSection.vue
+++ b/apps/settings/src/components/PersonalInfo/LocationSection.vue
@@ -22,6 +22,7 @@
<template>
<AccountPropertySection v-bind.sync="location"
+ autocomplete="address-level1"
:placeholder="t('settings', 'Your location')" />
</template>