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:
parent
2ccbf4be83
commit
54d7a1a229
2 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue