fix register request

This commit is contained in:
2025-09-29 11:48:36 +07:00
parent c64b7b3490
commit 42fff789e3

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