From bc540fca0e3aa8f5c7a1656fe362d231375bcc3e Mon Sep 17 00:00:00 2001 From: Ehsan Date: Fri, 23 May 2025 19:29:16 +0330 Subject: [PATCH] last update --- services/response.js | 1 + 1 file changed, 1 insertion(+) diff --git a/services/response.js b/services/response.js index 5c062a3..efecf08 100644 --- a/services/response.js +++ b/services/response.js @@ -23,6 +23,7 @@ export const request = { headers: { "Content-Type": "application/x-www-form-urlencoded", Authorization: "", + withCredentials: true, }, }); },