Skip to content

Commit

Permalink
Merge pull request #18 from LIKELION-GG/jieun
Browse files Browse the repository at this point in the history
log 제거
  • Loading branch information
Imjieunn authored Aug 5, 2024
2 parents 4581386 + 4551d3c commit ea54879
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 ea54879

Please sign in to comment.