Skip to content

Commit

Permalink
Remove include credentials from fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
kdid committed Feb 28, 2025
1 parent d77b452 commit 37e7642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default function Home() {
Authorization: `Bearer ${token}`,
"Content-Type": "application/json",
},
credentials: 'include',
body: JSON.stringify({ user_prompt: inputValue }),
})
.then(async (response) => {
Expand Down

0 comments on commit 37e7642

Please sign in to comment.