From 483582ed012bb07f4bdd5a6a0f11f68c81e0ec83 Mon Sep 17 00:00:00 2001 From: Aashutosh soni Date: Sun, 31 Dec 2023 01:10:23 +0530 Subject: [PATCH] bugfix --- client/chakra-client/src/layouts/HomePage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/chakra-client/src/layouts/HomePage.jsx b/client/chakra-client/src/layouts/HomePage.jsx index 26d96d9..728c74a 100644 --- a/client/chakra-client/src/layouts/HomePage.jsx +++ b/client/chakra-client/src/layouts/HomePage.jsx @@ -310,7 +310,7 @@ export default function HomePage() { headers: { "Accept": "application/json", "Content-Type": "application/json", - "Access-Control-Allow-Credentials": true, + //"Access-Control-Allow-Credentials": true, }, }) .then((response) => {