You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: non-string error responses are not treated as OpenIdConnectError
```
{ error:
{ code: 400,
message: 'Request contains an invalid argument.',
status: 'INVALID_ARGUMENT' } }
```
This is not an OpenIdConnectError and will no longer be returned as
such, this will now fall under throwing HTTPError instances instead.
See #125
0 commit comments