update: credentials true
This commit is contained in:
@@ -12,7 +12,7 @@ const RegistrationRequest = async ({ method, prefix, params, headers = {} }) =>
|
||||
'Accept-Language': 'en_US',
|
||||
...headers,
|
||||
},
|
||||
// withCredentials: true,
|
||||
withCredentials: true,
|
||||
});
|
||||
|
||||
return response.data || {};
|
||||
|
||||
Reference in New Issue
Block a user