diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 893901d04..059051616 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,7 +110,7 @@ - コンテナを起動し、webコンテナとdbコンテナが起動しているか確認します。 - `docker compose up - d` + `docker compose up -d` `docker compose ps` diff --git a/src/lib/components/AuthForm.svelte b/src/lib/components/AuthForm.svelte index 9ffec566b..047944fd4 100644 --- a/src/lib/components/AuthForm.svelte +++ b/src/lib/components/AuthForm.svelte @@ -139,6 +139,7 @@ disabled={$submitting || isSubmitting} required class="ps-10" + autocomplete="username" > {#snippet left()} @@ -167,6 +168,7 @@ disabled={$submitting || isSubmitting} required class="ps-10" + autocomplete={isLoginForm(title) ? 'current-password' : 'new-password'} > {#snippet left()}