Skip to content

Commit fdb72b0

Browse files
[msid][content-health] bugfix
1 parent 0ef89d2 commit fdb72b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-blazor-webassembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ builder.Services.AddMsalAuthentication(options =>
137137
await builder.Build().RunAsync();
138138
```
139139

140-
Finally, replace the contents of the _FetchData.razor_ page with the following code. This code fetches user email data from the Microsoft Graph API and displays them as a list. In `OnInitializedAsync`, the new `HttpClient` that uses the proper access token is created and used to make the request to the Microsoft Graph API.
140+
Finally,in the _Pages_ folder, replace the contents of the _FetchData.razor_ page with the following code. This code fetches user email data from the Microsoft Graph API and displays them as a list. In `OnInitializedAsync`, the new `HttpClient` that uses the proper access token is created and used to make the request to the Microsoft Graph API.
141141

142142
```c#
143143
@page "/fetchdata"

0 commit comments

Comments
 (0)