From ab802e067ab73e839d280a287062ae65c191e493 Mon Sep 17 00:00:00 2001 From: Alma Date: Wed, 9 Apr 2025 15:18:01 +0200 Subject: [PATCH] update iframe rules mail and parole --- app/mail/page.tsx | 15 +++------------ app/parole/page.tsx | 2 +- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/app/mail/page.tsx b/app/mail/page.tsx index 31c6b0fc..27daeca8 100644 --- a/app/mail/page.tsx +++ b/app/mail/page.tsx @@ -1,6 +1,7 @@ import { getServerSession } from "next-auth/next"; import { authOptions } from "@/app/api/auth/[...nextauth]/route"; import { redirect } from "next/navigation"; +import { ResponsiveIframe } from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -12,19 +13,9 @@ export default async function Page() { return (
-