8 Commits

Author SHA1 Message Date
807b055152 fix: 일본어 텍스트 수정
- 로그인 실패 시 반환 메세지 일본어로 변경
- 조사매물 PDF 1/2 문구 삭제
- 일본어 띄어쓰기 삭제
2025-07-15 13:24:40 +09:00
777feb1616 fix: 파트너사 로그인 세션 판매점ID, 이름 null 처리 2025-07-11 10:18:20 +09:00
64a643e619 feat: add builderId to session management
- Updated session data structure to include builderId in session state.
- Modified authentication and partner API routes to handle builderId.
- Adjusted default session and initial state to initialize builderId as null.
2025-06-04 17:10:22 +09:00
53966a16e1 refactor: enhance session management by adding builderNm field
- Introduced builderNm field to SessionData interface for improved session tracking.
- Updated API routes to set builderNm based on user data.
- Modified useAxios hook to manage spinner visibility more effectively.
- Adjusted ReactQueryProvider to disable retry on queries for better performance.
2025-05-30 17:12:54 +09:00
73b042b0ac refactor: Enhance authentication API to streamline session data handling and role assignment; update login response structure and conditionally render UI elements based on user role 2025-05-20 18:55:24 +09:00
6033054c6e chore: Update environment variables for database connection and refactor authentication API routes to improve session handling and login logic 2025-05-20 17:08:25 +09:00
nalpari
fcd80cbe3b ... 2025-05-20 14:16:19 +09:00
2d1184e1c0 chore: Update environment variables for database connection and add MySQL2 dependency; implement partner API route and database query functionality 2025-05-20 13:59:58 +09:00