Skip to content

Commit b388090

Browse files
committed
fix: CSRF 토큰 누락 이슈 수정
1 parent f8f8689 commit b388090

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/pyconkr-2026/src/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const CommonOptions: ContextOptions = {
5454
baseUrl: ".",
5555
backendApiDomain,
5656
backendApiTimeout: 10000,
57+
backendApiCSRFCookieName: import.meta.env.VITE_PYCONKR_BACKEND_CSRF_COOKIE_NAME,
5758
mdxComponents: PyConKRMDXComponents,
5859
};
5960

0 commit comments

Comments
 (0)