mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 12:45:38 +00:00
updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user