diff --git a/packages/hoppscotch-common/src/components/http/OAuth2Authorization.vue b/packages/hoppscotch-common/src/components/http/OAuth2Authorization.vue index b2aca464f..ee9d2f1c0 100644 --- a/packages/hoppscotch-common/src/components/http/OAuth2Authorization.vue +++ b/packages/hoppscotch-common/src/components/http/OAuth2Authorization.vue @@ -112,7 +112,7 @@ const handleAccessTokenRequest = async () => { } const envs = getCombinedEnvVariables() - const envVars = [...envs.selected.variables, ...envs.global] + const envVars = [...envs.selected, ...envs.global] try { const tokenReqParams = {