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-shi.tsx | 12 ++++++------ components/login/login-form.tsx | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'components/login') diff --git a/components/login/login-form-shi.tsx b/components/login/login-form-shi.tsx index ef39d122..d22e15a8 100644 --- a/components/login/login-form-shi.tsx +++ b/components/login/login-form-shi.tsx @@ -203,10 +203,10 @@ export function LoginFormSHI({
{/* Here's your existing login/OTP forms: */} - {/* {!otpSent ? - ( */} - {/*
*/} - + {!otpSent ? ( + // ( */} + + {/* */}

{t('loginMessage')}

@@ -251,7 +251,7 @@ export function LoginFormSHI({
- {/* ) + ) : ( @@ -305,7 +305,7 @@ export function LoginFormSHI({
- )} */} + )}
{t('termsMessage')} {t('termsOfService')} {t('and')} 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