Commit f8ae3ce4 by Jonathan Reinink Committed by GitHub

Merge pull request #118 from dneey/patch-1

Forgot Password
2 parents a3758546 70718062
Showing with 1 additions and 1 deletions
......@@ -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>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!