diff --git a/neode-ui/src/views/Login.vue b/neode-ui/src/views/Login.vue index 65396110..3395cdf1 100644 --- a/neode-ui/src/views/Login.vue +++ b/neode-ui/src/views/Login.vue @@ -64,6 +64,7 @@ type="password" autocomplete="new-password" data-form-type="other" + data-controller-no-submit class="w-full px-4 py-3 bg-transparent border border-white/20 rounded-lg text-white placeholder-white/40 focus:outline-none focus:border-white/40 focus:ring-1 focus:ring-white/20 transition-colors" :placeholder="t('login.enterPasswordSetup')" @keydown.enter="confirmPasswordInputRef?.focus()" @@ -83,6 +84,7 @@ type="password" autocomplete="new-password" data-form-type="other" + data-controller-no-submit class="w-full px-4 py-3 bg-transparent border border-white/20 rounded-lg text-white placeholder-white/40 focus:outline-none focus:border-white/40 focus:ring-1 focus:ring-white/20 transition-colors" :placeholder="t('login.confirmPasswordPlaceholder')" @keydown.enter="handleSetupWithSound" @@ -127,6 +129,7 @@ pattern="[0-9]*" maxlength="8" autocomplete="one-time-code" + data-controller-no-submit :aria-label="t('login.totpLabel')" class="w-full px-4 py-3 bg-transparent border border-white/20 rounded-lg text-white text-center text-2xl tracking-[0.5em] placeholder-white/40 focus:outline-none focus:border-orange-400/60 focus:ring-1 focus:ring-orange-400/30 transition-colors" :placeholder="useBackupCode ? 'XXXX-XXXX' : '000000'" @@ -165,6 +168,12 @@ 🎮 Demo mode — Password: {{ DEMO_PASSWORD }} +