From 84277bd79bd6a2bff0f6ef6840f1790db06036e6 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Tue, 18 Nov 2025 21:07:47 +0900 Subject: (김준회) 빌드 에러 수정: 41ad2455ac47d8e2da331d7240ded1354df9a784 (조건부 렌더링 이후 JSX 요소 없음) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/login/login-form.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'components') diff --git a/components/login/login-form.tsx b/components/login/login-form.tsx index ee84add2..852909d1 100644 --- a/components/login/login-form.tsx +++ b/components/login/login-form.tsx @@ -949,18 +949,19 @@ export function LoginForm() { {/* Terms - MFA 화면에서는 숨김 */} + {/* 1118 구매 파워유저 요구사항에 따라 삭제 {!showMfaForm && ( - // 1118 구매 파워유저 요구사항에 따라 삭제 - //
- // {t("agreement")}{" "} - // - // {t("privacyPolicy")} - // - //
+
+ {t("agreement")}{" "} + + {t("privacyPolicy")} + +
)} + */} -- cgit v1.2.3