Skip to content

Commit

Permalink
Export all errors from SPA-JS (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 31, 2023
1 parent 30e1707 commit b060087
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@ export {
InMemoryCache,
LocalStorageCache,
Cacheable,
TimeoutError,
MfaRequiredError,
PopupCancelledError,
PopupTimeoutError,
AuthenticationError,
MissingRefreshTokenError,
} from '@auth0/auth0-spa-js';
export { OAuthError } from './errors';

0 comments on commit b060087

Please sign in to comment.