Skip to content

Commit

Permalink
SNOW-1781419 - Fix deleting proxy user/password
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pmotacki committed Dec 6, 2024
1 parent 677e451 commit da27b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proxy_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ exports.getAzureProxy = function (proxy) {

if (!Util.exists(AzureProxy.user) || !Util.exists(AzureProxy.password)) {
delete AzureProxy.user;
delete proxy.password;
delete AzureProxy.password;
}
return AzureProxy;
};
Expand Down

0 comments on commit da27b2f

Please sign in to comment.