Fixes password reset flow

This commit is contained in:
Mouse Reeve
2020-12-02 15:19:29 -08:00
parent e0fec9f570
commit d7e9a00cf1
2 changed files with 8 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<button class="button is-primary" type="submit">Log in</button>
</div>
<div class="control">
<small><a href="/reset-password">Forgot your password?</a></small>
<small><a href="/password-reset">Forgot your password?</a></small>
</div>
</div>
</form>