마이페이지 프로필 이름 수정, 비밀번호 변경 기능 추가 (프로필 이미지 기능 X) #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ISSUE
프로필 이미지 변경 기능이 생각보다 까다로워서... 완성하지 못했습니다...! 도움을 주시면 감사할 것 같습니다😢
(FormData로 해봤는데 잘 안되더군요... )
지금은 이미지와 이름이 모두 충족되어야 변경이 가능하도록 구현되어 있는데,
이미지 변경 기능을 추가하면서 둘 중 하나만 변경해도, 변경이 가능하도록 수정 할 예정입니다.
비밀번호 변경, 이름 변경 기능을 추가했습니다.
새 비밀번호와 새 비밀번호 확인 부분이 일치하지 않을 경우 새 비밀번호 확인 부분에 에러가 뜹니다.
비밀번호 변경 시 모든 Input이 충족되어야 변경 버튼이 활성화 되며, 성공 시 모달이 뜨고, 모달을 닫을 시 자동으로 새로고침 됩니다.
오늘 안에 다 해서 올린다 했는데 못해서 죄송합니다 !!
더 추가되었으면 하는 기능 있으시면 말씀해주세요!