fix(core): user is not redirected to Login page after requesting password reset link#979
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Ignored Deployments
|
🦋 Changeset detectedLatest commit: 029dbb1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
7470b1f to
47f06b1
Compare
47f06b1 to
9722526
Compare
9722526 to
415d36c
Compare
415d36c to
b9f81be
Compare
b9f81be to
e8b5ebc
Compare
e8b5ebc to
aed44b7
Compare
aed44b7 to
4e1a384
Compare
4e1a384 to
d38b7d3
Compare
21ba605 to
96c6d68
Compare
96c6d68 to
88256db
Compare
88256db to
0bee278
Compare
0bee278 to
07827e7
Compare
07827e7 to
c93deb1
Compare
c93deb1 to
6bcbc5d
Compare
|
To redirect to the Login, I used the context that was created for the Account, so as not to create a separate context for the Login. Guys, do you think this approach is acceptable in this case? If so, should we move this context out of the Account directory and rename it to something more generic to use for both Account and Login? thanks! |
|
Some functional tests would be good with this PR as well 🙏 |
6bcbc5d to
ab89aef
Compare
ab89aef to
029dbb1
Compare
⚡️🏠 Lighthouse reportLighthouse ran against https://catalyst-latest-835frybbc-bigcommerce-platform.vercel.app 🖥️ DesktopWe ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
📱 MobileWe ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
|
What/Why?
This PR fixes the flow of redirecting users to the Login Page after changing the password
Testing
locally
before:
redirect_flow_1_prev.mov
redirect_flow_2_prev.mov
after:
redirect_flow_1.mov
redirect_flow_2.mov