Skip to content

Commit

Permalink
hotfix: 로그인 API 디버깅
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed Dec 18, 2024
1 parent cffd4cd commit 052a3f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apis/domains/users/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export const usePostKakaoLogin = () => {
if (response) {
const userData = response;

console.log(response);

if (userData) {
const { accessToken, nickname, refreshToken, role } = userData;

Expand Down

0 comments on commit 052a3f3

Please sign in to comment.