openeew-dashboard
openeew-dashboard copied to clipboard
Refactor error handling in auth client & API routes
Currently the auth client (React app) uses several strategies to handle HTTP errors (via fetch) returned by the client, only a few of which return a usable error to the user. All API calls should use the same error handling.