diff --git a/src/components/JmapAuthPanel.vue b/src/components/JmapAuthPanel.vue index 6364594..6404196 100644 --- a/src/components/JmapAuthPanel.vue +++ b/src/components/JmapAuthPanel.vue @@ -274,7 +274,7 @@ async function initiateOAuth() { variant="outlined" prepend-inner-icon="mdi-account" class="mb-4" - autocomplete="username" + autocomplete="off" autocorrect="off" autocapitalize="none" :rules="[rules.required]" @@ -289,7 +289,7 @@ async function initiateOAuth() { variant="outlined" prepend-inner-icon="mdi-lock" class="mb-4" - autocomplete="current-password" + autocomplete="new-password" :rules="[rules.required]" />