Skip to content

Commit 8bbc293

Browse files
committed
Update 04-add-aad-auth.md
1 parent d6abcaf commit 8bbc293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/04-add-aad-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this exercise you will extend the application from the previous exercise to s
3333

3434
1. Add the `MSALInstanceFactory` and `MsalService` to the `providers` array inside the `@NgModule` declaration.
3535

36-
:::code language="typescript" source="../demo/graph-tutorial/src/app/app.module.ts" id="ProvidersSnippet" highlight="2-5":::
36+
:::code language="typescript" source="../demo/graph-tutorial/src/app/app.module.ts" id="ProvidersSnippet" highlight="2-6":::
3737

3838
## Implement sign-in
3939

0 commit comments

Comments
 (0)