diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 30454ee..b08e647 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -4,5 +4,5 @@ export const DEFAULT_COOKIE_OPTIONS: CookieOptions = { path: "/", sameSite: "lax", httpOnly: false, - maxAge: 60 * 60 * 24 * 365 * 1000, + maxAge: 60 * 60 * 24 * 400, };