Commit b505e36
fix(templates): fixed forgot password link (#15037)
### What?
* The "forgot your password?" link on the login form was incorrectly
redirecting to `<url>/recover-password` resulting in a 404 and user
confusion
### Why?
* Should be easy for users to reset their passwords if necessary
### How?
* Correct the link to point to `<url>/forgot-password`
[[1]](https://github.com/payloadcms/payload/blob/main/templates/ecommerce/src/app/(app)/forgot-password/page.tsx)
Co-authored-by: Paul Popus <paul@payloadcms.com>1 parent f42b767 commit b505e36
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments