From dcb442b68d428f8a719fe3c06c6bf61139b7e9bf Mon Sep 17 00:00:00 2001 From: kyy Date: Wed, 20 May 2026 11:55:51 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=EC=A6=9D=20=EA=B0=80=EB=93=9C=20?= =?UTF-8?q?=ED=83=80=EC=9D=B4=ED=8B=80=20=EB=B3=B4=EC=A1=B0=20=EB=AC=B8?= =?UTF-8?q?=EA=B5=AC=20=EC=9C=84=EC=B9=98=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/src/features/auth/AuthPage.tsx | 26 +++++++++-------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/adminfront/src/features/auth/AuthPage.tsx b/adminfront/src/features/auth/AuthPage.tsx index 8985b290..b68f6757 100644 --- a/adminfront/src/features/auth/AuthPage.tsx +++ b/adminfront/src/features/auth/AuthPage.tsx @@ -1,26 +1,20 @@ import { ShieldHalf } from "lucide-react"; +import { PageHeader } from "../../../../common/core/components/page"; import { t } from "../../lib/i18n"; import PermissionChecker from "./components/PermissionChecker"; function AuthPage() { return (
-
-
-

- - - - {t("ui.admin.auth_guard.title", "Auth Guard")} -

-

- {t( - "ui.admin.auth_guard.subtitle", - "Verify admin privileges and ReBAC relationships against the policy engine.", - )} -

-
-
+ } + title={t("ui.admin.auth_guard.title", "Auth Guard")} + description={t( + "ui.admin.auth_guard.subtitle", + "Verify admin privileges and ReBAC relationships against the policy engine.", + )} + />