P3: fix(demo): show user-friendly authentication errors - #226
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: d1276e0 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 |
|
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 |
|
🚅 Deployed to the ePDS-pr-226 environment in ePDS
|
Coverage Report for CI Build 30559000234Coverage increased (+0.03%) to 57.312%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
85c50a7 to
2b7eef9
Compare
2b7eef9 to
d1276e0
Compare
|



Summary
Translate known demo-client authentication failures into plain-language guidance instead of exposing developer-oriented wording such as instructions to check server logs.
Changes
Testing
pnpm format:checkpnpm lintpnpm typecheckpnpm testpnpm test:coverageScreenshots
Before: the demo exposed provider/PAR terminology and told end users to inspect server logs.
After: the message gives an immediate retry action and a support escalation path without exposing implementation details.
Notes