Skip to content

Commit

Permalink
docs(example): remove disabling useShadowDom
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Aug 14, 2023
1 parent 74947ec commit a62479f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/next/with-emailpassword/config/frontendConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ export let frontendConfig = () => {
appInfo,
// recipeList contains all the modules that you want to
// use from SuperTokens. See the full list here: https://supertokens.com/docs/guides
recipeList: [
EmailPasswordReact.init({
useShadowDom: false,
}),
SessionReact.init(),
],
recipeList: [EmailPasswordReact.init(), SessionReact.init()],
};
};

Expand Down

0 comments on commit a62479f

Please sign in to comment.