-
Notifications
You must be signed in to change notification settings - Fork 0
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
#84 [feat] 로그아웃 구현 #87
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~ 너무 잘해서 딱히 달 것이 업으네요..
initSIgnUpStateUseCase(false) | ||
initTokenUseCase("", "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clearLocalData 이런 식으로 함수화해도 좋을 것 같아요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
양질의 코드
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니당!~!
📑 Work Description
🛠️ Issue
📷 Screenshot
💬 To Reviewers
로그 아웃 후에 "로그인 화면->메인 화면"으로 가야 하는데 현재 "로그인 화면->온보딩"으로 넘어가는 문제가 있습니다. 이 부분은 서버에서 후에 저장된 멤버 정보가 있는지 여부를 내려주기로 해서 그 후에 로직 수정하겠습니다