You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
73
73
74
74
*`/Components/Account/Pages/Register`
75
75
*`/Components/Account/Pages/Login`
76
76
*`/Components/Account/Pages/ChangePassword`
77
77
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).
0 commit comments