summaryrefslogtreecommitdiff
path: root/components/login
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-06-27 01:25:48 +0000
committerjoonhoekim <26rote@gmail.com>2025-06-27 01:25:48 +0000
commit15b2d4ff61d0339385edd8cc67bf7579fcc2af08 (patch)
treef0c36724855abccf705a9cdcae6fa3efd54d996d /components/login
parente9897d416b3e7327bbd4d4aef887eee37751ae82 (diff)
(김준회) MDG SOAP 수신 유틸리티 및 API 엔드포인트, 스키마
Diffstat (limited to 'components/login')
-rw-r--r--components/login/login-form.tsx2
1 files changed, 1 insertions, 1 deletions
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'),