From 7aa188248ceab92ae528f524e2a43e707d9648e4 Mon Sep 17 00:00:00 2001 From: Scott Wu Date: Thu, 5 Feb 2026 11:52:44 +0800 Subject: [PATCH] . --- app/components/Header/AuthModal.client.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/Header/AuthModal.client.vue b/app/components/Header/AuthModal.client.vue index 151921e74..1a93e51b7 100644 --- a/app/components/Header/AuthModal.client.vue +++ b/app/components/Header/AuthModal.client.vue @@ -59,8 +59,7 @@ async function handleLogin() { type="text" name="handle" :placeholder="$t('auth.modal.handle_placeholder')" - autocomplete="off" - spellcheck="false" + v-bind="noCorrect" class="w-full px-3 py-2 font-mono text-sm bg-bg-subtle border border-border rounded-md text-fg placeholder:text-fg-subtle transition-colors duration-200 focus:border-accent focus-visible:(outline-2 outline-accent/70)" />