diff --git a/src/auth/auth.controller.ts b/src/auth/auth.controller.ts index 5a7b3c1..39346ff 100644 --- a/src/auth/auth.controller.ts +++ b/src/auth/auth.controller.ts @@ -37,7 +37,6 @@ export class AuthController { sameSite: 'none', secure: true, path: '/', - maxAge: 360000, domain: '.korrk.kr', });