diff --git a/examples/next/with-emailpassword/config/frontendConfig.tsx b/examples/next/with-emailpassword/config/frontendConfig.tsx index 7433c2053..8896d83eb 100644 --- a/examples/next/with-emailpassword/config/frontendConfig.tsx +++ b/examples/next/with-emailpassword/config/frontendConfig.tsx @@ -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()], }; };