label & input linking for password field

label for password was connected to email input
pull/137/head
tuchka 3 years ago committed by GitHub
parent 10e20841ec
commit b85909de8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@
</div> </div>
<div class="my-4 text-left"> <div class="my-4 text-left">
<label for="email" class="text-gray-900">Password:</label> <label for="password" class="text-gray-900">Password:</label>
<input <input
type="password" type="password"
class="border block w-full p-2 mt-2 rounded" class="border block w-full p-2 mt-2 rounded"

Loading…
Cancel
Save