Fix 'make dev' to run both servers in parallel
This commit is contained in:
parent
3198819f75
commit
3200c42b29
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue