Skip to content

Commit 77c8737

Browse files
authored
Updates
1 parent b531f84 commit 77c8737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/security/authentication/identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ dotnet new blazor -au Individual -uld -o BlazorApp1
6969

7070
---
7171

72-
The generated project includes Identity Razor components. The components are found in the `Components/Account` folder of the project. For example:
72+
The generated project includes Identity Razor components. The components are found in the `Components/Account` folder. For example:
7373

7474
* `/Components/Account/Pages/Register`
7575
* `/Components/Account/Pages/Login`
7676
* `/Components/Account/Pages/ChangePassword`
7777

78-
Blazor Identity components can be viewed in the [Blazor project template ASP.NET Core reference source (`dotnet/aspnetcore` GitHub repository)](https://github.com/dotnet/aspnetcore/tree/main/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Account).
78+
Blazor Identity components can be viewed in the [Blazor project template in the ASP.NET Core reference source (`dotnet/aspnetcore` GitHub repository)](https://github.com/dotnet/aspnetcore/tree/main/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Account).
7979

8080
[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)]
8181

0 commit comments

Comments
 (0)