Skip to content

Commit

Permalink
Merge pull request #19 from LIKELION-GG/develop
Browse files Browse the repository at this point in the history
테스트
  • Loading branch information
Imjieunn authored Aug 5, 2024
2 parents 44e4891 + ea54879 commit cfdad54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Login/kakao/KakaoRedirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function KakaoRedirect() {
sessionStorage.setItem('accessToken', token);
}
KakaoLogin();
console.log(isRegister);
if (isRegister === 'true') {
navigate('/home', { replace: true });
} else {
Expand Down

0 comments on commit cfdad54

Please sign in to comment.