File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ If you need to share an `Auth0Client` instance between the React tree and code t
109109
110110``` jsx
111111// auth0-client.js
112- import { Auth0Client } from ' @auth0/auth0-react ' ;
112+ import { Auth0Client } from ' @auth0/auth0-spa-js ' ;
113113
114114export const auth0Client = new Auth0Client ({
115115 domain: ' YOUR_AUTH0_DOMAIN' ,
Original file line number Diff line number Diff line change 44 Auth0ProviderWithConfigOptions ,
55 Auth0ProviderWithClientOptions ,
66 AppState ,
7- ConnectedAccount ,
7+ ConnectedAccount
88} from './auth0-provider' ;
99export { default as useAuth0 } from './use-auth0' ;
1010export { default as withAuth0 , WithAuth0Props } from './with-auth0' ;
@@ -20,7 +20,6 @@ export {
2020 RedirectLoginOptions ,
2121} from './auth0-context' ;
2222export {
23- Auth0Client ,
2423 AuthorizationParams ,
2524 PopupLoginOptions ,
2625 PopupConfigOptions ,
You can’t perform that action at this time.
0 commit comments