From ba0b145bda4acb57d73cc664b119ca7c6a09f1f7 Mon Sep 17 00:00:00 2001 From: Antony Kurniawan Date: Wed, 1 Oct 2025 10:11:20 +0700 Subject: [PATCH] update: credentials true --- src/components/Global/RegisterRequest.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Global/RegisterRequest.jsx b/src/components/Global/RegisterRequest.jsx index 46deb42..e1ca092 100644 --- a/src/components/Global/RegisterRequest.jsx +++ b/src/components/Global/RegisterRequest.jsx @@ -12,7 +12,7 @@ const RegistrationRequest = async ({ method, prefix, params, headers = {} }) => 'Accept-Language': 'en_US', ...headers, }, - // withCredentials: true, + withCredentials: true, }); return response.data || {};