From 41ad2455ac47d8e2da331d7240ded1354df9a784 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 18 Nov 2025 10:33:20 +0000 Subject: (최겸) 구매 피드백 반영 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/login/login-form.tsx | 19 ++++++++++--------- components/login/partner-auth-form.tsx | 5 +++-- 2 files changed, 13 insertions(+), 11 deletions(-) (limited to 'components/login') diff --git a/components/login/login-form.tsx b/components/login/login-form.tsx index 5fe6ab51..ee84add2 100644 --- a/components/login/login-form.tsx +++ b/components/login/login-form.tsx @@ -950,15 +950,16 @@ export function LoginForm() { {/* Terms - MFA 화면에서는 숨김 */} {!showMfaForm && ( -
- {t("agreement")}{" "} - - {t("privacyPolicy")} - -
+ // 1118 구매 파워유저 요구사항에 따라 삭제 + //
+ // {t("agreement")}{" "} + // + // {t("privacyPolicy")} + // + //
)} diff --git a/components/login/partner-auth-form.tsx b/components/login/partner-auth-form.tsx index 22917997..ebd2219c 100644 --- a/components/login/partner-auth-form.tsx +++ b/components/login/partner-auth-form.tsx @@ -300,13 +300,14 @@ export function CompanyAuthForm({ className, ...props }: React.HTMLAttributes

- {t("agreement")}{" "} + {/* 1118 구매 파워유저 요구사항에 따라 삭제 */} + {/* {t("agreement")}{" "} {t("privacyPolicy")} - + */} {/* {t("privacyAgreement")}. */}

-- cgit v1.2.3