사용자 계정 관리 기능 구현 및 API 오류 수정

- 사용자 로그인 인증정보 관리 기능 구현 (이메일/휴대폰 추가/삭제)
- 사용자 추가 기능 구현 (실시간 ID 중복 검증 포함)
- 사용자 목록 조회 기능 구현
- API 엔드포인트 오류 수정 (userExistsUserid: GET → POST, URL 경로 수정)
- TypeScript 타입 오류 수정 (UseQueryOptions, UserCreateParams/Response)
- 이메일/휴대폰 형식 검증 및 중복 방지 로직 추가

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-09-25 09:10:38 +09:00
parent 3f404366cb
commit 5e1f24c8b8
18 changed files with 1148 additions and 207 deletions

View File

@@ -4422,6 +4422,18 @@ ul.txn-amount-detail li span:last-child {
background: #F5F5F5 url('../images/ico_del_minus.svg') no-repeat center center;
}
.icon-btn.check {
width: 36px;
height: 36px;
border-radius: 6px;
background: #F5F5F5 url('../images/ico_alone_check.svg') no-repeat center center;
}
.button-group {
display: flex;
gap: 8px;
}
.notice-bar {
padding: 14px 16px;
background: #F4F8FF;