fix
This commit is contained in:
parent
c7cc23fe7f
commit
78f632aa7e
1 changed files with 3 additions and 3 deletions
|
@ -60,12 +60,12 @@
|
|||
<div>
|
||||
<label for="password" class="hidden">Password</label>
|
||||
<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 class="block mt-1">
|
||||
<a href="/forgot" class="text-gray-400 hover:text-gray-500">Forgot password?</a>
|
||||
</small>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-green w-full" id="login_button">Log in</button>
|
||||
<button class="btn btn-green w-full" id="login_button">Log in</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue