From 2bf1bf0f0383f7cdd606f401d20dbfab5123e13f Mon Sep 17 00:00:00 2001 From: Alma Date: Tue, 8 Apr 2025 20:51:26 +0200 Subject: [PATCH] flow iframe fixed --- app/flow/page.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/app/flow/page.tsx b/app/flow/page.tsx index bedc7220..a97149c9 100644 --- a/app/flow/page.tsx +++ b/app/flow/page.tsx @@ -1,7 +1,6 @@ import { getServerSession } from "next-auth/next"; import { authOptions } from "@/app/api/auth/[...nextauth]/route"; import { redirect } from "next/navigation"; -import { FlowFrame } from "@/components/flow/flow-frame"; export default async function Page() { const session = await getServerSession(authOptions); @@ -10,5 +9,16 @@ export default async function Page() { redirect("/signin"); } - return ; + return ( +
+
+