Skip to content

Commit

Permalink
Removed consoles from authController
Browse files Browse the repository at this point in the history
  • Loading branch information
AdwaithAthman committed Dec 19, 2023
1 parent fc8e484 commit 10c042a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/src/adapters/authController/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ const authController = (
dbUserRepository,
authService
);
console.log("userDetails= ", userDetails);
console.log("refreshToken= ", refreshToken);
console.log("accessToken= ", accessToken);
res.cookie("refreshToken", refreshToken, {
httpOnly: true,
secure: true, // use in HTTPS only
Expand Down

0 comments on commit 10c042a

Please sign in to comment.