From 3be309c0fed57e1b66ac33eebd8c6d64009c645f Mon Sep 17 00:00:00 2001 From: alma Date: Fri, 2 May 2025 13:08:49 +0200 Subject: [PATCH] auth flow --- app/agilite/page.tsx | 4 ++-- app/alma/page.tsx | 4 ++-- app/apprendre/page.tsx | 4 ++-- app/artlab/page.tsx | 4 ++-- app/calcul/page.tsx | 4 ++-- app/chapitre/page.tsx | 4 ++-- app/crm/page.tsx | 4 ++-- app/gite/page.tsx | 4 ++-- app/mediation/page.tsx | 2 +- app/notifications/page.tsx | 2 +- app/parole/page.tsx | 4 ++-- app/qg/page.tsx | 4 ++-- app/radio/page.tsx | 4 ++-- app/showcase/page.tsx | 4 ++-- app/the-message/page.tsx | 4 ++-- app/vision/page.tsx | 4 ++-- 16 files changed, 30 insertions(+), 30 deletions(-) diff --git a/app/agilite/page.tsx b/app/agilite/page.tsx index 7ddb4e8a..2de1f32e 100644 --- a/app/agilite/page.tsx +++ b/app/agilite/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/alma/page.tsx b/app/alma/page.tsx index 53b90397..9b09c3b0 100644 --- a/app/alma/page.tsx +++ b/app/alma/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/apprendre/page.tsx b/app/apprendre/page.tsx index 0af118ab..3a7ad643 100644 --- a/app/apprendre/page.tsx +++ b/app/apprendre/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/artlab/page.tsx b/app/artlab/page.tsx index f166f60e..4abb16a4 100644 --- a/app/artlab/page.tsx +++ b/app/artlab/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function ArtlabPage() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function ArtlabPage() {
diff --git a/app/calcul/page.tsx b/app/calcul/page.tsx index e865d3d4..30998061 100644 --- a/app/calcul/page.tsx +++ b/app/calcul/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/chapitre/page.tsx b/app/chapitre/page.tsx index 0b4a7fb5..550ca950 100644 --- a/app/chapitre/page.tsx +++ b/app/chapitre/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function ChapitrePage() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function ChapitrePage() {
diff --git a/app/crm/page.tsx b/app/crm/page.tsx index f897b22d..963acd80 100644 --- a/app/crm/page.tsx +++ b/app/crm/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/gite/page.tsx b/app/gite/page.tsx index e848c435..372675fe 100644 --- a/app/gite/page.tsx +++ b/app/gite/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/mediation/page.tsx b/app/mediation/page.tsx index d0a6f7a7..4041fd89 100644 --- a/app/mediation/page.tsx +++ b/app/mediation/page.tsx @@ -15,7 +15,7 @@ export default async function Page() {