diff --git a/examples/nextjs/components/HankoAuth.tsx b/examples/nextjs/components/HankoAuth.tsx index 8e5bcff9..3b54faba 100644 --- a/examples/nextjs/components/HankoAuth.tsx +++ b/examples/nextjs/components/HankoAuth.tsx @@ -12,7 +12,7 @@ function HankoAuth() { }, [router]); useEffect(() => { - register({ shadow: false }).catch((e) => console.error(e)); + register({ shadow: true }).catch((e) => console.error(e)); }, []); useEffect(() => {