We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ab4bd commit 401230cCopy full SHA for 401230c
docs/providers/msal.md
@@ -22,7 +22,7 @@ Initializing the Msal provider in HTML is the simplest method to create a new pr
22
```html
23
<mgt-msal-provider client-id="<YOUR_CLIENT_ID>"
24
login-type="redirect/popup"
25
- authority=""></mgt-teams-provider>
+ authority=""></mgt-msal-provider>
26
```
27
28
> NOTE: `login-type` and `authority` are optional.
0 commit comments