feat: API 프록시 추가 및 품목기준관리 기능 개선
- HttpOnly 쿠키 기반 API 프록시 라우트 추가 (/api/proxy/[...path]) - 품목기준관리 컴포넌트 개선 (섹션, 필드, 다이얼로그) - ItemMasterContext API 연동 강화 - mock-data 제거 및 실제 API 연동 - 문서 명명규칙 정리 ([TYPE-DATE] 형식) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -131,8 +131,8 @@ export function LoginPage() {
|
||||
} else {
|
||||
setError(error.message || t('invalidCredentials'));
|
||||
}
|
||||
} finally {
|
||||
setIsLoggingIn(false); // ✅ 로그인 종료 (성공/실패 상관없이)
|
||||
|
||||
setIsLoggingIn(false); // ✅ 실패 시에만 버튼 재활성화 (성공 시 페이지 전환까지 비활성화 유지)
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user