Skip to content

Commit

Permalink
add default value for authenticationPrompt when setting internet cred…
Browse files Browse the repository at this point in the history
…entials (#684)
  • Loading branch information
dlindstrm authored Nov 13, 2024
1 parent e8b6dfd commit 1cd6076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export function setInternetCredentials(
server,
username,
password,
options ? normalizeOptions(options) : {}
normalizeOptions(options)
);
}

Expand Down

0 comments on commit 1cd6076

Please sign in to comment.