Skip to content

Commit 8ee0466

Browse files
Merge pull request #212945 from derisen/patch-10
Remove deprecated property in config file
2 parents a43ca2d + 1d6bc17 commit 8ee0466

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/app-service/tutorial-connect-app-access-microsoft-graph-as-app-javascript.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ const appSettings = {
5656
},
5757
authRoutes: {
5858
redirect: "/.auth/login/aad/callback", // Enter the redirect URI here
59-
error: "/error", // enter the relative path to error handling route
6059
unauthorized: "/unauthorized" // enter the relative path to unauthorized route
6160
},
6261
}
@@ -118,4 +117,4 @@ getAuthenticatedClient = (accessToken) => {
118117

119118
[!INCLUDE [tutorial-clean-up-steps](./includes/tutorial-cleanup.md)]
120119

121-
[!INCLUDE [tutorial-content-below-code](./includes/tutorial-microsoft-graph-as-app/cleanup.md)]
120+
[!INCLUDE [tutorial-content-below-code](./includes/tutorial-microsoft-graph-as-app/cleanup.md)]

0 commit comments

Comments
 (0)