chore: fix auth error message#1024
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
📝 WalkthroughWalkthroughAdds optional Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
would you take a look at the failing tests? 🙏 |
|
@danielroe , I think I've done it. |
|
Thanks. |
Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com>
Suppose, if we click the Connect to Atmosphere modal and then provide invalid username in the input field and click on connect button, it throws error as 410 - Server Error.
I think 401 error message is not related to server error. 401 should not unauthorized. Server error starts from 500.
Wrong:

Correct:
