Skip to content

Commit 011e4e5

Browse files
committed
fix: remove cookie
1 parent c5b62a0 commit 011e4e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/shopping/ShoppingList.jsx

-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ function ShoppingList({ hideButtons }) {
3030
"Content-Type": "application/json",
3131
Authorization: `Bearer ${token}`,
3232
},
33-
credentials: "include",
3433
}
3534
);
3635

@@ -76,7 +75,6 @@ function ShoppingList({ hideButtons }) {
7675
"Content-Type": "application/json",
7776
Authorization: `Bearer ${token}`,
7877
},
79-
credentials: "include",
8078
body: JSON.stringify({
8179
items: items.map((item, index) => ({
8280
...item,

0 commit comments

Comments
 (0)