Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] 메인, 마이페이지 / QA 반영 및 탈퇴한 유저 처리 #161

Merged
merged 5 commits into from
Aug 27, 2023

Conversation

Sangwook123
Copy link
Contributor

@Sangwook123 Sangwook123 commented Aug 27, 2023

📝 Work Description

  • 절약목표설정 터치영역 수정
  • Intercepter에서 404 코드 처리

📣 To Reviewers

탈퇴 유저 처리를 어떻게 할지 이 방법 저 방법 써봤는데 Intercepter에서 처리해주는게 제일 간단할것 같아서 코드 수정했습니다 !

다들 너무 고생 많았어 ~~ 😊😊👍👍 조금만 더 힘내자 !

@Sangwook123 Sangwook123 added fix 💥 버그 및 오류 해결 상욱 🐨 labels Aug 27, 2023
@Sangwook123 Sangwook123 added this to the 기능 구현 ✨ milestone Aug 27, 2023
@Sangwook123 Sangwook123 self-assigned this Aug 27, 2023
Copy link
Member

@leeeha leeeha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

안드 짱 🤩

@@ -42,6 +42,10 @@ class AuthInterceptor @Inject constructor(
saveAccessToken("", "")
}
}

CODE_INVALID_USER -> {
saveAccessToken("", "")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오 이렇게 간단하게 처리할 수 있구나!! 구웃 👍👍

@Sangwook123 Sangwook123 merged commit efe460c into develop Aug 27, 2023
1 check passed
@Sangwook123 Sangwook123 deleted the feature/mod-mypage-toucharea branch October 9, 2023 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 💥 버그 및 오류 해결 상욱 🐨
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[fix] 메인 / 이미 탈퇴된 계정일 경우 처리 [mod] 마이페이지 / QA 피드백 반영
2 participants