Commit 70718062 by David Yartey Committed by GitHub

Forgot Password

Suggestion. Change forget password to forgot password.
1 parent a3758546
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</label> </label>
</div> </div>
<div class="px-10 py-4 bg-gray-100 border-t border-gray-100 flex justify-between items-center"> <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> <loading-button :loading="form.processing" class="btn-indigo" type="submit">Login</loading-button>
</div> </div>
</form> </form>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!