feat: fix gk bisa login karena nama field di view salah

This commit is contained in:
Ghozi Fadhillah Himma 2025-09-25 21:47:26 +07:00 committed by GitHub
commit 374c277022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
<form method="POST" action="{{ route('login') }}" class="space-y-5">
@csrf
<div>
<label class="block text-sm font-semibold text-gray-600">Username</label>
<input type="text" name="username" required
<label class="block text-sm font-semibold text-gray-600">Email</label>
<input type="text" name="email" required
class="w-full mt-2 px-4 py-2 rounded-lg border focus:ring-2 focus:ring-green-400 outline-none">
</div>