Skip to content

Commit

Permalink
Fixes logging in with client certificate. Closes #6038
Browse files Browse the repository at this point in the history
  • Loading branch information
milanholemans authored and Adam-it committed May 9, 2024
1 parent 2f6e1f1 commit cd08408
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
22 changes: 15 additions & 7 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnp/cli-microsoft365",
"version": "7.9.0",
"version": "7.8.1",
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
"license": "MIT",
"main": "./dist/api.js",
Expand Down Expand Up @@ -246,7 +246,7 @@
],
"dependencies": {
"@azure/msal-common": "^14.10.0",
"@azure/msal-node": "^2.8.0",
"@azure/msal-node": "^2.7.0",
"@inquirer/confirm": "^3.1.6",
"@inquirer/input": "^2.1.6",
"@inquirer/select": "^2.3.2",
Expand Down

0 comments on commit cd08408

Please sign in to comment.