auth0 / auth0-react

Auth0 SDK for React Single Page Applications (SPA)
MIT License
887 stars 256 forks source link

Make OAuthError extend GenericError #638

Closed frederikprijck closed 11 months ago

frederikprijck commented 11 months ago

Description

For consistency, this PR makes OAuthError extend GenericError, which still extends Error.

References

636

Checklist