From 8d1f292b8325192f1acc09b6fe58e77896289cdc Mon Sep 17 00:00:00 2001 From: lohit-bruno Date: Tue, 19 Aug 2025 17:46:05 +0530 Subject: [PATCH] updates --- packages/bruno-electron/src/utils/oauth2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/bruno-electron/src/utils/oauth2.js b/packages/bruno-electron/src/utils/oauth2.js index 493a60f70..61d3d80c3 100644 --- a/packages/bruno-electron/src/utils/oauth2.js +++ b/packages/bruno-electron/src/utils/oauth2.js @@ -269,7 +269,6 @@ const getOAuth2TokenUsingAuthorizationCode = async ({ request, collectionUid, fo data['code_verifier'] = codeVerifier; } - axiosRequestConfig.data = qs.stringify(data); axiosRequestConfig.url = url; axiosRequestConfig.responseType = 'arraybuffer'; // Apply additional parameters to token request