From 75a462ad182e9bab46a649db08b25712e7566050 Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Tue, 28 Jul 2026 20:52:53 -0400 Subject: [PATCH] fix: disable auto complete Signed-off-by: Sebastian Krupinski --- src/components/JmapAuthPanel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]" />