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 d6abcaf commit 8bbc293Copy full SHA for 8bbc293
tutorial/04-add-aad-auth.md
@@ -33,7 +33,7 @@ In this exercise you will extend the application from the previous exercise to s
33
34
1. Add the `MSALInstanceFactory` and `MsalService` to the `providers` array inside the `@NgModule` declaration.
35
36
- :::code language="typescript" source="../demo/graph-tutorial/src/app/app.module.ts" id="ProvidersSnippet" highlight="2-5":::
+ :::code language="typescript" source="../demo/graph-tutorial/src/app/app.module.ts" id="ProvidersSnippet" highlight="2-6":::
37
38
## Implement sign-in
39
0 commit comments