Fix 'make dev' to run both servers in parallel

This commit is contained in:
Christoph Haas 2026-03-29 23:09:02 +02:00
parent 3198819f75
commit 3200c42b29
2 changed files with 3 additions and 2 deletions

View file

@ -53,7 +53,7 @@
<form onsubmit={(e) => { e.preventDefault(); handleSubmit(); }} class="space-y-4">
<fieldset class="fieldset">
<legend class="fieldset-legend">Email or Username</legend>
<legend class="fieldset-legend">Username</legend>
<input
type="text"
class="input input-bordered w-full"
@ -61,6 +61,7 @@
placeholder="user@example.org or username"
required
autocomplete="username"
autofocus
/>
</fieldset>