Skip to content

Commit 5f996a5

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#101158
updated line number 135 From Create a new file named auth.js under the router folder and add the following code there: To Create a new file named auth.js under the routes folder and add the following code there:
1 parent 5cd2162 commit 5f996a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-v2-nodejs-webapp-msal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Fill in these details with the values you obtain from Azure app registration por
132132

133133
## Add code for user login and token acquisition
134134

135-
1. Create a new file named *auth.js* under the *router* folder and add the following code there:
135+
1. Create a new file named *auth.js* under the *routes* folder and add the following code there:
136136

137137
:::code language="js" source="~/ms-identity-node/App/routes/auth.js":::
138138

0 commit comments

Comments
 (0)