- authApi.withdraw(), 강한 경고 + 2차 확인 → DELETE /auth/me → 세션 정리·홈 이동 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -51,4 +51,8 @@ export const authApi = {
|
||||
profile() {
|
||||
return http.get('/auth/profile')
|
||||
},
|
||||
// 회원 탈퇴 — 계정·데이터 전체 삭제
|
||||
withdraw() {
|
||||
return http.delete('/auth/me')
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user