This commit is contained in:
2026-09-20 07:27:47 +01:00
parent 8ec44ee0a7
commit 1490497517
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -62,8 +62,6 @@ export function setCookies(response: Response, cookies: CookieOptions[]): void {
if (maxAge !== undefined) header += `; Max-Age=${maxAge}`;
if (domain) header += `; Domain=${domain}`;
console.log("header", header);
response.headers.append("Set-Cookie", header);
}
}