Remove outdated documents related to the approval system and WACE system analysis

- Deleted the following files as they are no longer relevant to the current project structure:
  - 결재 시스템 구현 현황
  - 결재 시스템 v2 사용 가이드
  - WACE 시스템 문제점 분석 및 개선 계획
  - Agent Pipeline 한계점 분석
  - AI 기반 화면 자동 생성 시스템 설계서
  - WACE ERP Backend - 분석 문서 인덱스

These deletions help streamline the documentation and remove obsolete information, ensuring that only current and relevant resources are maintained.
This commit is contained in:
kjs
2026-04-01 12:35:40 +09:00
parent ccb0c8df4c
commit 8be4159f17
37 changed files with 2 additions and 1 deletions

View File

@@ -309,6 +309,7 @@ export const useAuth = () => {
if (response.success && response.data?.token) {
TokenManager.setToken(response.data.token);
await refreshUserData();
return {
success: true,
@@ -332,7 +333,7 @@ export const useAuth = () => {
setLoading(false);
}
},
[],
[refreshUserData],
);
/**