Skip to content

Commit

Permalink
Update auth.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
totobon6125 authored Nov 3, 2023
1 parent 429f966 commit 5473daf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export class AuthController {
password,
res,
});
console.log("로그인 안되는 사람", accessToken)
console.log("로그인 안되는 사람", refreshToken)
res.header('accessToken', accessToken);
res.header('refreshToken', refreshToken);
res.status(200).json({ userId });
Expand Down

0 comments on commit 5473daf

Please sign in to comment.