From e07cf0017102d76f5fa8080cc5484d894abb1577 Mon Sep 17 00:00:00 2001 From: DDD1542 Date: Sat, 7 Mar 2026 05:02:42 +0900 Subject: [PATCH] [agent-pipeline] pipe-20260306194817-rw8w round-1 --- frontend/app/(auth)/login/page.tsx | 10 +++- frontend/components/auth/LoginFooter.tsx | 2 +- frontend/components/auth/LoginForm.tsx | 6 +-- frontend/components/layout/AppLayout.tsx | 60 ++++++++++++------------ run-current-e2e.sh | 4 ++ 5 files changed, 46 insertions(+), 36 deletions(-) create mode 100644 run-current-e2e.sh diff --git a/frontend/app/(auth)/login/page.tsx b/frontend/app/(auth)/login/page.tsx index fe697cee..2910951e 100644 --- a/frontend/app/(auth)/login/page.tsx +++ b/frontend/app/(auth)/login/page.tsx @@ -14,8 +14,14 @@ export default function LoginPage() { useLogin(); return ( -
-
+
+ {/* 배경 장식 원 */} +
+
+
+
+ +
+

{UI_CONFIG.COPYRIGHT}

{UI_CONFIG.POWERED_BY}

diff --git a/frontend/components/auth/LoginForm.tsx b/frontend/components/auth/LoginForm.tsx index dda3736f..80d2a8fa 100644 --- a/frontend/components/auth/LoginForm.tsx +++ b/frontend/components/auth/LoginForm.tsx @@ -29,7 +29,7 @@ export function LoginForm({ onTogglePassword, }: LoginFormProps) { return ( - + 로그인 계정 정보를 입력해주세요 @@ -74,7 +74,7 @@ export function LoginForm({