Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Oct 28, 2020
1 parent def0cbf commit b10637f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth0-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import {
RedirectLoginOptions as Auth0RedirectLoginOptions,
GetTokenWithPopupOptions,
GetTokenSilentlyOptions,
GetIdTokenClaimsOptions,
} from '@auth0/auth0-spa-js';
import Auth0Context, { RedirectLoginOptions } from './auth0-context';
import { hasAuthParams, loginError, tokenError } from './utils';
import { reducer } from './reducer';
import { initialAuthState } from './auth-state';
import { GetIdTokenClaimsOptions } from '@auth0/auth0-spa-js/src/global';

/**
* The state of the application before the user was redirected to the login page.
Expand Down

0 comments on commit b10637f

Please sign in to comment.