openeew-dashboard icon indicating copy to clipboard operation
openeew-dashboard copied to clipboard

Refactor error handling in auth client & API routes

Open rdkelley opened this issue 4 years ago • 0 comments

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.

rdkelley avatar Feb 17 '21 19:02 rdkelley