diff --git a/cli/template/addons/next-auth/get-server-auth-session.ts b/cli/template/addons/next-auth/get-server-auth-session.ts index 8323ff2886..b2b90ed976 100644 --- a/cli/template/addons/next-auth/get-server-auth-session.ts +++ b/cli/template/addons/next-auth/get-server-auth-session.ts @@ -1,5 +1,6 @@ import { type GetServerSidePropsContext } from "next"; import { unstable_getServerSession } from "next-auth"; + import { authOptions } from "../../pages/api/auth/[...nextauth]"; /**