Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho-s committed Aug 9, 2024
1 parent a3c8b42 commit d3aa896
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: '/',
expires: new Date(new Date().getTime() + 1000 * 60 + 60 * 24 * 1 * 365),
expires: new Date(new Date().getTime() + 1000 * 60 * 60 * 24 * 1 * 365),
domain: '.korrk.kr',
});

Expand Down

0 comments on commit d3aa896

Please sign in to comment.