update view
This commit is contained in:
parent
98bdf7935f
commit
7112aadf88
|
|
@ -87,8 +87,8 @@ $username = isset($_SESSION['username']) ? $_SESSION['username'] : null;
|
|||
</div>
|
||||
<form id="loginForm" class="space-y-4">
|
||||
<div>
|
||||
<label class="block text-sm text-[#69747c]">Email/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">
|
||||
<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="username">
|
||||
</div>
|
||||
<div>
|
||||
<label class="block text-sm text-[#69747c]">Password</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue