feat: fix gk bisa lgin karena nama field di view salah
This commit is contained in:
parent
a8e8cf191b
commit
3f81d4b0d3
|
|
@ -25,8 +25,8 @@
|
||||||
<form method="POST" action="{{ route('login') }}" class="space-y-5">
|
<form method="POST" action="{{ route('login') }}" class="space-y-5">
|
||||||
@csrf
|
@csrf
|
||||||
<div>
|
<div>
|
||||||
<label class="block text-sm font-semibold text-gray-600">Username</label>
|
<label class="block text-sm font-semibold text-gray-600">Email</label>
|
||||||
<input type="text" name="username" required
|
<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">
|
class="w-full mt-2 px-4 py-2 rounded-lg border focus:ring-2 focus:ring-green-400 outline-none">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue