Skip to content

Commit

Permalink
fix(cpd-authentication): fix init function for initalize with password
Browse files Browse the repository at this point in the history
  • Loading branch information
nan2iz committed Oct 22, 2021
1 parent 14691dd commit 18b32e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ private void Init(string url, string username, string password, bool? disableSsl
{
Url = url;
Username = username;
Password = password;

if (disableSslVerification != null)
{
Expand Down

0 comments on commit 18b32e4

Please sign in to comment.