Skip to content

Commit

Permalink
Feat:Remove max age from res cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho-s committed Aug 9, 2024
1 parent e679dff commit 47ac66e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class AuthController {
sameSite: 'none',
secure: true,
path: '/',
maxAge: 360000,
domain: '.korrk.kr',
});

Expand Down

0 comments on commit 47ac66e

Please sign in to comment.