Skip to content

Commit 0f2b9b4

Browse files
committed
Update 04-add-aad-auth.md
1 parent 79ee97f commit 0f2b9b4

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
@@ -103,7 +103,7 @@ In this section you'll create an authentication service and implement sign-in an
103103

104104
1. Open the `./src/app/nav-bar/nav-bar.component.ts` file and replace its contents with the following.
105105

106-
:::code language="typescript" source="../demo/graph-tutorial/src/app/nav-bar/nav-bar.component.ts" id="navBar" highlight="3,15-22,24,26-28,36-38,40-42":::
106+
:::code language="typescript" source="../demo/graph-tutorial/src/app/nav-bar/nav-bar.component.ts" id="navBar":::
107107

108108
1. Open`./src/app/home/home.component.ts` and replace its contents with the following.
109109

0 commit comments

Comments
 (0)