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] #285 - 토큰 갱신 실패 시 로그인 화면으로 전환 #286

Merged
merged 2 commits into from
Jul 26, 2024

Conversation

yungu0010
Copy link
Contributor

작업 내용

  • 토큰 갱신 실패 시 로그인 화면으로 전환하도록 수정하였습니다.
  • AuthRepository에 AuthInspector를 제거해주었습니다.(Inspector 내에서 AuthRepository 내에 있는 updateToken을 호출하게 되면 다시 AuthRepository에 있는 Inspector 에 의해 반복하게 됨)

관련 이슈

@yungu0010 yungu0010 self-assigned this Jul 26, 2024
@yungu0010 yungu0010 merged commit 39629a4 into develop Jul 26, 2024
@yungu0010 yungu0010 deleted the fix/#285 branch July 26, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 토큰 갱신 실패 시 로그인 화면으로 전환
1 participant