remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 10:20:17 -06:00
parent 4e8825a4f8
commit b68c8ec6f5
1 changed files with 2 additions and 3 deletions

View File

@ -54,13 +54,12 @@
<div>
<label for="username" class="hidden">Username or Email Address</label>
<input class="form-input" id="username" aria-describedby="usernameHelp" type="text" name="username" required>
<input class="form-input" id="username" aria-describedby="usernameHelp" type="text" name="username" required placeholder="Username or Email Address">
</div>
<div>
<label for="password" class="hidden">Password</label>
<input class="form-input" id="password" aria-describedby="passwordHelp"
type="password" name="password" required>
<input class="form-input" id="password" aria-describedby="passwordHelp" type="password" name="password" required placeholder="Password">
<small class="block mt-1 text-gray-400">
<a href="/forgot">Forgot password?</a>
</small>