From db01dccbe6eb91104770389dffdcac83c96fc9f0 Mon Sep 17 00:00:00 2001 From: manabeai Date: Sun, 17 Aug 2025 10:53:56 +0900 Subject: [PATCH] =?UTF-8?q?autocapitalize=E3=83=BBspellcheck=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/components/AuthForm.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/components/AuthForm.svelte b/src/lib/components/AuthForm.svelte index 047944fd4..5c896f52c 100644 --- a/src/lib/components/AuthForm.svelte +++ b/src/lib/components/AuthForm.svelte @@ -140,6 +140,8 @@ required class="ps-10" autocomplete="username" + autocapitalize="none" + spellcheck="false" > {#snippet left()} @@ -169,6 +171,8 @@ required class="ps-10" autocomplete={isLoginForm(title) ? 'current-password' : 'new-password'} + autocapitalize="none" + spellcheck="false" > {#snippet left()}