lavoce #2

Merged
yogiedigital merged 118 commits from lavoce into main 2025-10-20 04:06:02 +00:00
Showing only changes of commit ba0b145bda - Show all commits

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 || {};