diff --git a/apps/web/pages/getting-started/[[...step]].tsx b/apps/web/pages/getting-started/[[...step]].tsx index 58523db50c..46dbe1e413 100644 --- a/apps/web/pages/getting-started/[[...step]].tsx +++ b/apps/web/pages/getting-started/[[...step]].tsx @@ -1,5 +1,6 @@ "use client"; +import { signOut } from "next-auth/react"; import Head from "next/head"; import { usePathname, useRouter } from "next/navigation"; import { Suspense } from "react"; @@ -172,6 +173,15 @@ const OnboardingPage = () => { )} +
+ +