feat: 비밀번호 변경 UI (헤더 잠금 아이콘 + 모달)
CI / build (push) Failing after 14m54s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-05-31 18:46:57 +09:00
parent 9e81029a7d
commit 510eb0f4f8
6 changed files with 191 additions and 0 deletions
+3
View File
@@ -14,4 +14,7 @@ export const authApi = {
me() {
return http.get('/auth/me')
},
changePassword(payload) {
return http.put('/auth/password', payload)
},
}