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

[Feature/BAR-238] 최근 로그인 정보 반영 #68

Merged
merged 2 commits into from
Feb 18, 2024
Merged

Conversation

miro-ring
Copy link
Contributor

Summary

구현 내용 및 작업한 내역을 요약해서 적어주세요

  • 8bffdd5 최근 로그인 정보 반영하기

To Reviewers

CleanShot 2024-02-18 at 14 13 00@2x 최근 로그인 방식에 대한 정보를 제공합니다.

How To Test

  • 재로그인이 기존 로그인 방식 버튼 하단에 문구 노출 확인

Copy link
Member

@dmswl98 dmswl98 left a comment

Choose a reason for hiding this comment

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

👍🏻👍🏻👍🏻

@@ -27,6 +27,7 @@ const Bridge = () => {
}

saveToken({ accessToken, refreshToken });
localStorage.setItem('recentLoginType', authType);
Copy link
Member

Choose a reason for hiding this comment

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

key값도 상수화되면 좋겠어요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

반영해보았습니다 ㅎㅎ

@miro-ring miro-ring merged commit d571cab into main Feb 18, 2024
@miro-ring miro-ring deleted the feature/BAR-238 branch February 18, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants