1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

Update forgot password link to point to user reset-password route

This commit is contained in:
Sean Morley 2024-12-12 15:22:23 -05:00
parent 2ccbf4be83
commit 54d7a1a229
2 changed files with 2 additions and 4 deletions

View file

@ -56,7 +56,7 @@
<div class="flex justify-between mt-4">
<p><a href="/signup" class="underline">{$t('auth.signup')}</a></p>
<p>
<a href="/settings/forgot-password" class="underline">{$t('auth.forgot_password')}</a>
<a href="/user/reset-password" class="underline">{$t('auth.forgot_password')}</a>
</p>
</div>
</form>

View file

@ -87,9 +87,7 @@
<div class="flex justify-between mt-4">
<p><a href="/login" class="underline">{$t('auth.login')}</a></p>
<p>
<a href="/settings/forgot-password" class="underline"
>{$t('auth.forgot_password')}</a
>
<a href="/user/reset-password" class="underline">{$t('auth.forgot_password')}</a>
</p>
</div>
</form>