P2: fix(auth): explain stale authorization and recovery links - #219
P2: fix(auth): explain stale authorization and recovery links#219aspiers wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🦋 Changeset detectedLatest commit: 0232ebf The changes in this PR will be included in the next version bump. 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 |
|
🚅 Deployed to the ePDS-pr-219 environment in ePDS
|
Coverage Report for CI Build 30955033531Coverage remained the same at 57.909%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions4 previously-covered lines in 2 files lost coverage.
Coverage Stats
💛 - Coveralls |
74f4ff3 to
273eba5
Compare
273eba5 to
151e47a
Compare
151e47a to
0232ebf
Compare
|



Summary
Replace raw missing-parameter errors on stale or direct sign-in and recovery visits with actionable guidance. Users are told that the link is no longer usable and how to restart.
Changes
Testing
pnpm format:checkpnpm lintpnpm typecheckpnpm testpnpm test:coverageScreenshots
Before: stale sign-in and recovery links exposed the internal
request_uriparameter name.After: both routes give actionable guidance.
Notes