You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AccountPage에서 수정한 계정정보를 보낼때
현재 user/detail에서는 이메일, 닉네임, 공개여부만을 설정 가능하므로 /rest-auth/password/change/ 에 POST를 역시 보내야할텐데, 둘중에 하나를 보내면 그 사이에 localstorage는 바뀌지 않으므로 다음 리퀘스트가 실패할수 밖에 없다는 문제가 있음
혹시 두가지를 동시에 처리하게 할 수는 없을까?
user/detail에서 바뀌는 정보를 다 받아서 password change를 콜한다던지
The text was updated successfully, but these errors were encountered:
AccountPage에서 수정한 계정정보를 보낼때
현재 user/detail에서는 이메일, 닉네임, 공개여부만을 설정 가능하므로 /rest-auth/password/change/ 에 POST를 역시 보내야할텐데, 둘중에 하나를 보내면 그 사이에 localstorage는 바뀌지 않으므로 다음 리퀘스트가 실패할수 밖에 없다는 문제가 있음
혹시 두가지를 동시에 처리하게 할 수는 없을까?
user/detail에서 바뀌는 정보를 다 받아서 password change를 콜한다던지
The text was updated successfully, but these errors were encountered: