From 6ec8246b4674d1864896e678c077ef3e3950e01e Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 16 Oct 2025 16:09:22 +0200 Subject: [PATCH] Add missing autocomplete attributes on forms --- dashboard/src/components/ImpersonateDialog.vue | 2 +- dashboard/src/components/MailServerLocation.vue | 2 +- dashboard/src/components/dialogs/FallbackEmailDialog.vue | 2 +- dashboard/src/components/dialogs/PrimaryEmailDialog.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/src/components/ImpersonateDialog.vue b/dashboard/src/components/ImpersonateDialog.vue index 8492453d4..5a939f004 100644 --- a/dashboard/src/components/ImpersonateDialog.vue +++ b/dashboard/src/components/ImpersonateDialog.vue @@ -65,7 +65,7 @@ defineExpose({ >

{{ $t('users.setGhostDialog.description') }}

{{ formError }}

-
+
diff --git a/dashboard/src/components/MailServerLocation.vue b/dashboard/src/components/MailServerLocation.vue index e006527bf..ae464d888 100644 --- a/dashboard/src/components/MailServerLocation.vue +++ b/dashboard/src/components/MailServerLocation.vue @@ -112,7 +112,7 @@ onMounted(async () => {
- + diff --git a/dashboard/src/components/dialogs/FallbackEmailDialog.vue b/dashboard/src/components/dialogs/FallbackEmailDialog.vue index ebc4294f8..81fa12834 100644 --- a/dashboard/src/components/dialogs/FallbackEmailDialog.vue +++ b/dashboard/src/components/dialogs/FallbackEmailDialog.vue @@ -73,7 +73,7 @@ defineExpose({ reject-style="secondary" @confirm="onSubmit" > - +
diff --git a/dashboard/src/components/dialogs/PrimaryEmailDialog.vue b/dashboard/src/components/dialogs/PrimaryEmailDialog.vue index 45123e8aa..e3a856757 100644 --- a/dashboard/src/components/dialogs/PrimaryEmailDialog.vue +++ b/dashboard/src/components/dialogs/PrimaryEmailDialog.vue @@ -73,7 +73,7 @@ defineExpose({ reject-style="secondary" @confirm="onSubmit" > - +