update: credentials true

This commit is contained in:
2025-10-01 10:11:20 +07:00
parent b73abf2fa2
commit ba0b145bda

View File

@@ -12,7 +12,7 @@ const RegistrationRequest = async ({ method, prefix, params, headers = {} }) =>
'Accept-Language': 'en_US',
...headers,
},
// withCredentials: true,
withCredentials: true,
});
return response.data || {};