비밀번호 변경 기능 구현

This commit is contained in:
dohyeons
2025-08-26 13:42:57 +09:00
parent 9ff797ba89
commit 6f68fa5639
5 changed files with 306 additions and 10 deletions

View File

@@ -84,7 +84,7 @@ export function UserManagement() {
// 비밀번호 초기화 성공 핸들러
const handlePasswordResetSuccess = () => {
refreshData(); // 목록 새로고침
// refreshData(); // 비밀번호 변경은 목록에 영향을 주지 않으므로 새로고침 불필요
handlePasswordResetClose();
};