summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/login/login-form.tsx21
1 files changed, 11 insertions, 10 deletions
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() {
</div>
{/* Terms - MFA 화면에서는 숨김 */}
+ {/* 1118 구매 파워유저 요구사항에 따라 삭제
{!showMfaForm && (
- // 1118 구매 파워유저 요구사항에 따라 삭제
- // <div className="text-balance text-center text-xs text-muted-foreground [&_a]:underline [&_a]:underline-offset-4 hover:[&_a]:text-primary">
- // {t("agreement")}{" "}
- // <Link
- // href={`/${lng}/privacy`}
- // className="underline underline-offset-4 hover:text-primary"
- // >
- // {t("privacyPolicy")}
- // </Link>
- // </div>
+ <div className="text-balance text-center text-xs text-muted-foreground [&_a]:underline [&_a]:underline-offset-4 hover:[&_a]:text-primary">
+ {t("agreement")}{" "}
+ <Link
+ href={`/${lng}/privacy`}
+ className="underline underline-offset-4 hover:text-primary"
+ >
+ {t("privacyPolicy")}
+ </Link>
+ </div>
)}
+ */}
</div>
</div>
</div>