diff --git a/Front-End/src/context/CsrfContext.js b/Front-End/src/context/CsrfContext.js index 0651130..bd48437 100644 --- a/Front-End/src/context/CsrfContext.js +++ b/Front-End/src/context/CsrfContext.js @@ -17,7 +17,6 @@ export const CsrfProvider = ({ children }) => { fetch(`${BE_AUTH_CSRF_URL}`, { method: 'GET', - credentials: 'include', // Inclut les cookies dans la requĂȘte }) .then((response) => response.json()) .then((data) => {