We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b876699 + 4953ff9 commit bfc7863Copy full SHA for bfc7863
CONTRIBUTING.md
@@ -110,7 +110,7 @@
110
111
- コンテナを起動し、webコンテナとdbコンテナが起動しているか確認します。
112
113
- `docker compose up - d`
+ `docker compose up -d`
114
115
`docker compose ps`
116
src/lib/components/AuthForm.svelte
@@ -139,6 +139,7 @@
139
disabled={$submitting || isSubmitting}
140
required
141
class="ps-10"
142
+ autocomplete="username"
143
>
144
{#snippet left()}
145
<CirCleUserRound class="w-5 h-5" tabindex={UNFOCUSABLE} />
@@ -167,6 +168,7 @@
167
168
169
170
171
+ autocomplete={isLoginForm(title) ? 'current-password' : 'new-password'}
172
173
<!-- Show / hide password -->
174
0 commit comments