Skip to content

Commit

Permalink
Feat: to millisecond
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho-s committed Aug 9, 2024
1 parent 1b34aca commit c479029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class AuthController {
sameSite: 'none',
secure: true,
path: '/',
maxAge: 3600 * 24 * 1 * 365, // 1y
maxAge: 1000 * 60 + 60 * 24 * 1 * 365, // 1y
domain: '.korrk.kr',
});

Expand Down

0 comments on commit c479029

Please sign in to comment.