Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve login error handling #794

Merged
merged 1 commit into from
Apr 20, 2022
Merged

Improve login error handling #794

merged 1 commit into from
Apr 20, 2022

Commits on Apr 20, 2022

  1. fix: Error messaging from failed login would dump a JSON.parse erro…

    …r in some situations. Added a fallback if `.json` fails to parse
    
    it will attempt `.text()` then throw result. If both attempts to parse fail it will throw an `UnknownError` with a message showing where
    it originated.
    
    should resolve #539
    JacobMGEvans committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    0dd05c9 View commit details
    Browse the repository at this point in the history