This commit is contained in:
Mirai Kumiko 2025-06-21 15:34:31 +02:00
parent 987d32398b
commit 9a7d7af693
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
5 changed files with 78 additions and 34 deletions

View file

@ -1,4 +1,6 @@
<main class="flex min-h-screen items-center justify-center">
<.flash_group flash={@flash} />
<form class="flex flex-col gap-2" action="/auth/sign_in" method="post">
<input type="hidden" name="_csrf_token" value={get_csrf_token()} />
<label for="email">E-mail address *</label>