Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
⚙️ PR 타입
✨ 기능 설명 or 🚨 문제 상황
fix: registration 정보 params로 넘기기
feat: 임시 로그아웃 구현
👨💻 구현 내용 or 👍 해결 내용
🎯 PR 포인트
📝 참고 사항
redirect 페이지에서 카카오 로그인 정보를 넘겨줄 때,
인증되지 않은 회원(Registration)은 '정보입력 페이지'에 params로 넘겨주는 방식으로 변경했습니다.
인증된 회원(Authenticated)는 기존 방식 대로 localstorage에 저장됩니다.
요약 : Registration type은 localstorage에 저장되지 않습니다.
❓ 궁금한 점