Skip to content

Commit

Permalink
chore: console ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
urjimyu committed May 27, 2024
1 parent e24ca19 commit f980d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/KakaoLoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const KakaoLoginPage = () => {
const handlePostKakao = async (code: string) => {
try {
await postKakao(code);
console.log('KakaoResponse', kakaoResponse);
if (!kakaoError && !kakaoLoading && kakaoResponse) {
console.log('์ด๋™ ์ „ ์ฝ˜์†” ์ฐํžˆ๋Š”์ง€ ํ™•์ธ', kakaoResponse);
if (kakaoResponse.isAlreadyUser) {
Expand Down

0 comments on commit f980d6e

Please sign in to comment.