Skip to content

Commit d6abcaf

Browse files
committed
Minor edits
1 parent 5a7de62 commit d6abcaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/graph-tutorial/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function MSALInstanceFactory(): IPublicClientApplication {
6666
},
6767
MsalService
6868
],
69-
// <//ProvidersSnippet>
69+
// </ProvidersSnippet>
7070
bootstrap: [AppComponent]
7171
})
7272
export class AppModule { }

tutorial/04-add-aad-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In this section you'll create an authentication service and implement sign-in an
133133

134134
1. Open **./src/app/home/home.component.ts** and replace its contents with the following.
135135

136-
:::code language="typescript" source="snippets/snippets.ts" id="homeSnippet" highlight="3,12-19,21,23,25-32":::
136+
:::code language="typescript" source="snippets/snippets.ts" id="homeSnippet" highlight="3,13-20,22,26-33":::
137137

138138
Save your changes and refresh the browser. Click the **Click here to sign in** button and you should be redirected to `https://login.microsoftonline.com`. Login with your Microsoft account and consent to the requested permissions. The app page should refresh, showing the token.
139139

0 commit comments

Comments
 (0)