From ff902243a658067fae858a615c0629aa2e0a4837 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 11 Jun 2025 12:18:38 +0000 Subject: (대표님) 20250611 21시 15분 OCR 등 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/login/login-form.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'components/login/login-form.tsx') diff --git a/components/login/login-form.tsx b/components/login/login-form.tsx index 04701c3a..4f9fbb53 100644 --- a/components/login/login-form.tsx +++ b/components/login/login-form.tsx @@ -264,10 +264,10 @@ export function LoginForm({
{/* Here's your existing login/OTP forms: */} - {/* {!otpSent ? ( */} + {!otpSent ? ( - {/*
*/} - + + {/* */}

{t('loginMessage')}

@@ -399,7 +399,7 @@ export function LoginForm({
- {/* ) : ( + ) : (
@@ -450,7 +450,7 @@ export function LoginForm({
- )} */} + )}
{t('termsMessage')} {t('termsOfService')} {t('and')} -- cgit v1.2.3