Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/version-4' into version-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Turner committed Oct 1, 2024
2 parents 95c0c93 + e681172 commit 29059ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/msaljsclient/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import "@pnp/sp/site-users/web";
const options: MSALOptions = {
configuration: {
auth: {
authority: "https://login.microsoftonline.com/{tanent_id}/",
authority: "https://login.microsoftonline.com/{tenant_id}/",
clientId: "{client id}",
},
cache: {
Expand Down

0 comments on commit 29059ce

Please sign in to comment.