This commit is contained in:
Alex
2024-10-13 12:21:27 +02:00
parent 56a28bbff7
commit 975e3121a5
3 changed files with 18 additions and 7 deletions

View File

@@ -27,7 +27,7 @@
action="?/login"
use:enhance={handleLogin}
>
<h1 class="step-title">{$t("user_login")}</h1>
<h1 class="step-title">{$t("user.login")}</h1>
{#if form?.errors}
{#each form?.errors as error (error.id)}
<h4