diff --git a/src/forge/Information/Component/UserAward.jsx b/src/forge/Information/Component/UserAward.jsx index 3cda1bd3f..505e4ffeb 100644 --- a/src/forge/Information/Component/UserAward.jsx +++ b/src/forge/Information/Component/UserAward.jsx @@ -129,7 +129,8 @@ function UserAward({ visible , onCancel , onSure , member , id, form }) { headers: { // Authorization: '6d72497d7f197eb9dc8a15db038881cd31afea7a', Authorization: cookie.load('autologin_trustie'), - } + }, + credentials: 'include', }); const uploadData = await uploadRes.json();