From 47ac66e9bf103923021b5bc4008285ae451b7288 Mon Sep 17 00:00:00 2001 From: Joo-Byungho Date: Fri, 9 Aug 2024 15:54:25 +0900 Subject: [PATCH] Feat:Remove max age from res cookie --- src/auth/auth.controller.ts | 1 - 1 file changed, 1 deletion(-) 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', });