Skip to content

Commit 0a18a43

Browse files
committed
Remove credentials: include from ai writer
1 parent 1e2de55 commit 0a18a43

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/super-editor/src/components/toolbar/ai-helpers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ async function baseInsightsFetch(payload, options = {}) {
4949
method: 'POST',
5050
headers,
5151
body: JSON.stringify(payload),
52-
credentials: 'include',
5352
});
5453

5554
if (!response.ok) {

0 commit comments

Comments
 (0)