Skip to content

Commit e86c83a

Browse files
committed
2 parents ce396f7 + 325d23c commit e86c83a

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@eslint/js": "9.33.0",
3535
"@playwright/test": "1.54.2",
3636
"@quramy/prisma-fabbrica": "2.3.0",
37-
"@sveltejs/adapter-vercel": "5.9.0",
37+
"@sveltejs/adapter-vercel": "5.9.1",
3838
"@sveltejs/kit": "2.31.1",
3939
"@sveltejs/vite-plugin-svelte": "6.1.2",
4040
"@tailwindcss/forms": "0.5.10",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/components/AuthForm.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@
140140
required
141141
class="ps-10"
142142
autocomplete="username"
143+
autocapitalize="none"
144+
spellcheck="false"
143145
>
144146
{#snippet left()}
145147
<CirCleUserRound class="w-5 h-5" tabindex={UNFOCUSABLE} />
@@ -169,6 +171,8 @@
169171
required
170172
class="ps-10"
171173
autocomplete={isLoginForm(title) ? 'current-password' : 'new-password'}
174+
autocapitalize="none"
175+
spellcheck="false"
172176
>
173177
<!-- Show / hide password -->
174178
{#snippet left()}

0 commit comments

Comments
 (0)