From 15b2d4ff61d0339385edd8cc67bf7579fcc2af08 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Fri, 27 Jun 2025 01:25:48 +0000 Subject: (김준회) MDG SOAP 수신 유틸리티 및 API 엔드포인트, 스키마 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/login/login-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/login') diff --git a/components/login/login-form.tsx b/components/login/login-form.tsx index 7af607b5..bb588ba0 100644 --- a/components/login/login-form.tsx +++ b/components/login/login-form.tsx @@ -272,7 +272,7 @@ export function LoginForm({ }); } } catch (error) { - console.error('Login error:', error); + console.error('S-GIPS Login error:', error); toast({ title: t('errorTitle'), description: t('defaultErrorMessage'), -- cgit v1.2.3