Merge remote-tracking branch 'origin/main'

This commit is contained in:
Mr_sl1d3r 2025-10-30 15:53:37 +01:00
commit a9bbb84e7b
1 changed files with 2 additions and 2 deletions

View File

@ -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>