Merge pull request #118 from dneey/patch-1

Forgot Password
This commit is contained in:
Jonathan Reinink 2021-04-21 07:34:55 -04:00 committed by GitHub
commit f8ae3ce404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</label>
</div>
<div class="px-10 py-4 bg-gray-100 border-t border-gray-100 flex justify-between items-center">
<a class="hover:underline" tabindex="-1" href="#reset-password">Forget password?</a>
<a class="hover:underline" tabindex="-1" href="#reset-password">Forgot password?</a>
<loading-button :loading="form.processing" class="btn-indigo" type="submit">Login</loading-button>
</div>
</form>