Skip to content

Commit 79f45f8

Browse files
committed
Adding missing NPM module
Also fixed the instruction on inserting the MSAL initialization code.
1 parent 46e20f2 commit 79f45f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorial/02-create-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Before moving on, install some additional packages that you will use later:
5555
1. Run the following command in your CLI.
5656
5757
```Shell
58-
58+
5959
6060
```
6161

tutorial/04-add-aad-auth.md

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

2020
## Implement sign-in
2121

22-
1. Locate the line `var indexRouter = require('./routes/index');` in **./app.js**. Insert the following code **before** that line.
22+
1. Locate the line `var app = express();` in **./app.js**. Insert the following code **after** that line.
2323

2424
:::code language="javascript" source="../demo/graph-tutorial/app.js" id="MsalInitSnippet":::
2525

0 commit comments

Comments
 (0)