From a50bc9baea332f996e6bc3a5d70c69f6d2d0f194 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 23 Jul 2025 09:08:03 +0000 Subject: (대표님, 최겸) 기본계약 템플릿 및 에디터, 기술영업 벤더정보, 파일 보안다운로드, 벤더 document sync 상태 서비스, 메뉴 Config, 기술영업 미사용 제거 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/file-download.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/file-download.ts') diff --git a/lib/file-download.ts b/lib/file-download.ts index 5e0350a0..68c4677a 100644 --- a/lib/file-download.ts +++ b/lib/file-download.ts @@ -300,6 +300,7 @@ const fetchWithTimeout = async (url: string, options: RequestInit = {}): Promise try { const response = await fetch(url, { ...options, + credentials: 'include', signal: controller.signal, }); clearTimeout(timeoutId); -- cgit v1.2.3