diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/login/login-form.tsx | 2 |
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'), |
