root 2 ماه پیش
والد
کامیت
59d4b7e186
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/run-agent-flow/components/Header.tsx

+ 1 - 1
app/run-agent-flow/components/Header.tsx

@@ -15,7 +15,7 @@ export default function Header() {
 
   const logOut = async () => {
     const res = await fetch("https://beta.api.cocorobo.cn/api/logout", {
-      method: "POST",
+      method: "POST", credentials: 'include'
     });
     await signOut({ redirect: false })
   }