register
This commit is contained in:
parent
81d181eeb0
commit
ec1de70645
|
|
@ -138,7 +138,7 @@ $username = isset($_SESSION['username']) ? $_SESSION['username'] : null;
|
|||
</div>
|
||||
<div>
|
||||
<label class="block text-sm text-[#69747c]">Username</label>
|
||||
<input type="text" name="username" required class="mt-1 w-full border rounded px-3 py-2 focus:outline-none focus:ring-2 focus:ring-[#84dd63]" placeholder="es. utente@mail.com">
|
||||
<input type="text" name="username" required class="mt-1 w-full border rounded px-3 py-2 focus:outline-none focus:ring-2 focus:ring-[#84dd63]" placeholder="username">
|
||||
</div>
|
||||
<div>
|
||||
<label class="block text-sm text-[#69747c]">Password</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue