Remove remember-me / forgot-password since they're not implemented

This commit is contained in:
Nicole Tietz-Sokolskaya 2024-03-24 01:30:59 -04:00
parent e31994a8cf
commit 5b117e9a8c
1 changed files with 0 additions and 11 deletions

View File

@ -25,17 +25,6 @@
</div>
</div>
<div class="flex items-center justify-between">
<div class="flex items-center">
<input id="remember-me" name="remember-me" type="checkbox" class="h-4 w-4 rounded border-gray-300 text-emerald-600 focus:ring-emerald-600">
<label for="remember-me" class="ml-3 block text-sm leading-6 text-gray-900">Remember me</label>
</div>
<div class="text-sm leading-6">
<a href="#" class="font-semibold text-emerald-600 hover:text-emerald-500">Forgot password?</a>
</div>
</div>
<div>
<button type="submit" class="flex w-full justify-center rounded-md bg-emerald-600 px-3 py-1.5 text-sm font-semibold leading-6 text-white shadow-sm hover:bg-emerald-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-emerald-600">Sign in</button>
</div>