Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
a9bbb84e7b
|
|
@ -88,8 +88,8 @@ $username = isset($_SESSION['username']) ? $_SESSION['username'] : null;
|
||||||
</div>
|
</div>
|
||||||
<form id="loginForm" class="space-y-4">
|
<form id="loginForm" class="space-y-4">
|
||||||
<div>
|
<div>
|
||||||
<label class="block text-sm text-[#69747c]">Email/Username</label>
|
<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>
|
||||||
<div>
|
<div>
|
||||||
<label class="block text-sm text-[#69747c]">Password</label>
|
<label class="block text-sm text-[#69747c]">Password</label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue