master
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> <div>
<label for="username" class="hidden">Username or Email Address</label> <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>
<div> <div>
<label for="password" class="hidden">Password</label> <label for="password" class="hidden">Password</label>
<input class="form-input" id="password" aria-describedby="passwordHelp" <input class="form-input" id="password" aria-describedby="passwordHelp" type="password" name="password" required placeholder="Password">
type="password" name="password" required>
<small class="block mt-1 text-gray-400"> <small class="block mt-1 text-gray-400">
<a href="/forgot">Forgot password?</a> <a href="/forgot">Forgot password?</a>
</small> </small>