From 763542cb77dd454f39bb25df9cfb8d3c10d3e3d6 Mon Sep 17 00:00:00 2001 From: Alma Date: Tue, 8 Apr 2025 19:13:18 +0200 Subject: [PATCH] iframe corrections --- app/crm/page.tsx | 20 +++++++++----------- app/flow/page.tsx | 14 +++++++++++--- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/app/crm/page.tsx b/app/crm/page.tsx index d44552b6..962b5e09 100644 --- a/app/crm/page.tsx +++ b/app/crm/page.tsx @@ -2,7 +2,7 @@ import { getServerSession } from "next-auth/next"; import { authOptions } from "@/app/api/auth/[...nextauth]/route"; import { redirect } from "next/navigation"; -export default async function Page() { +export default async function CrmPage() { const session = await getServerSession(authOptions); if (!session) { @@ -10,15 +10,13 @@ export default async function Page() { } return ( -
-
-