Skip to content

Commit

Permalink
Comment: #144 필요한 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoonyesol committed Sep 22, 2024
1 parent 174351b commit 0ed1545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/setting/UserPasswordSettingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function UserPasswordSettingPage() {

const { checkNewPassword, ...submitData } = data;

// ToDo: useAxios 훅을 이용한 네트워크 로직으로 변경
try {
await updateUserPassword(submitData);
toastSuccess('비밀번호가 변경되었습니다.');
Expand Down

0 comments on commit 0ed1545

Please sign in to comment.