diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dd5adbc..a23bc7e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,6 +15,7 @@ import { ModalsProvider } from "@mantine/modals"; import { Notifications } from "@mantine/notifications"; import { theme } from "@/styles/theme"; import { AppProvider } from "./provider"; +import SuperTokensProvider from "@/components/auth/SuperTokensProvider"; /** * Basic configuration for wrapper services @@ -55,14 +56,19 @@ export default function RootLayout({ />
-