From c2b1b6169a7e335dd350fd08134f7ee6c26ea42e Mon Sep 17 00:00:00 2001 From: jisangs Date: Sun, 5 Jul 2026 11:54:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EB=A6=AC=EB=8B=A4=EC=9D=B4=EB=A0=89=ED=8A=B8=EB=A5=BC=20?= =?UTF-8?q?=EC=83=81=EB=8C=80=EA=B2=BD=EB=A1=9C=EB=A1=9C=20=EC=A7=81?= =?UTF-8?q?=EC=A0=91=20=EC=A0=9C=EC=96=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(admin)/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/(admin)/layout.tsx b/app/(admin)/layout.tsx index 0bf24bd..b8b2581 100644 --- a/app/(admin)/layout.tsx +++ b/app/(admin)/layout.tsx @@ -67,7 +67,8 @@ export default async function AdminLayout({ action={async () => { "use server"; - await signOut({ redirectTo: "/login" }); + await signOut({ redirect: false }); + redirect("/login"); }} >