We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
토큰받아오는 코드를 리펙토링 합니다.
tokenAtom
const storedToken = window.sessionStorage.getItem('accessToken') || '';
참조 #41
The text was updated successfully, but these errors were encountered:
causyj
No branches or pull requests
Summary
토큰받아오는 코드를 리펙토링 합니다.
Description
tokenAtom
을 참고하여 기존에 아래와 같은 코드로 받아오던 토큰 코드를 수정합니다.The text was updated successfully, but these errors were encountered: