diff --git a/src/components/ImapAuthPanel.vue b/src/components/ImapAuthPanel.vue index 28670f2..05b4aba 100644 --- a/src/components/ImapAuthPanel.vue +++ b/src/components/ImapAuthPanel.vue @@ -115,7 +115,7 @@ function sameIdentity(a: ServiceIdentity | null, b: ServiceIdentity | null): boo variant="outlined" prepend-inner-icon="mdi-account" class="mb-4" - autocomplete="username" + autocomplete="off" autocorrect="off" autocapitalize="none" :rules="[rules.required]" @@ -130,7 +130,7 @@ function sameIdentity(a: ServiceIdentity | null, b: ServiceIdentity | null): boo variant="outlined" prepend-inner-icon="mdi-lock" class="mb-4" - autocomplete="current-password" + autocomplete="new-password" :rules="[rules.required]" />