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
Copy file name to clipboardExpand all lines: aspnetcore/security/authentication/identity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Create an ASP.NET Core Blazor Web App project with Individual Accounts.
48
48
49
49
# [Visual Studio](#tab/visual-studio)
50
50
51
-
* Select the **Blazor Web App** template and select **Next**. Name the project **BlazorApp1** to have the same namespace as the project download. Select **Next**.
51
+
* Select the **Blazor Web App** template and select **Next**. Name the project **BlazorApp1**. Select **Next**.
52
52
* Make the following selections:
53
53
***Authentication type**: **Individual Accounts**
54
54
***Interactive render mode**: **Server**
@@ -87,7 +87,7 @@ Create an ASP.NET Core Web Application project with Individual Accounts.
87
87
88
88
# [Visual Studio](#tab/visual-studio)
89
89
90
-
* Select the **ASP.NET Core Web App** template. Name the project **WebApp1** to have the same namespace as the project download. Click **OK**.
90
+
* Select the **ASP.NET Core Web App** template. Name the project **WebApp1**. Click **OK**.
91
91
* In the **Authentication type** input, select **Individual Accounts**.
0 commit comments