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

refreshToken과 accessToken의 유효성을 판단하는 함수의 이름을 수정한다 #723

Open
liswktjs opened this issue Oct 8, 2022 · 0 comments
Labels
🐛 bug 버그 이슈 🌈 frontend 프론트엔드 이슈

Comments

@liswktjs
Copy link
Collaborator

liswktjs commented Oct 8, 2022

버그 상황

export const isInvalidRefreshTokenError = (errorCode: keyof typeof ErrorMessage) =>
errorCode === '1011' || errorCode === '1009';
에서 1011번의 경우 리프레시토큰은 유효한 경우이기 때문에 함수의 네이밍과 내용이 일치하지 않는다. 추가로 스펠링을 수정해야한다

예상 시간

@liswktjs liswktjs added 🐛 bug 버그 이슈 🌈 frontend 프론트엔드 이슈 labels Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug 버그 이슈 🌈 frontend 프론트엔드 이슈
Projects
None yet
Development

No branches or pull requests

1 participant