Skip to content

Commit b531f84

Browse files
authored
Updates
1 parent 00da18e commit b531f84

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
@@ -48,7 +48,7 @@ Create an ASP.NET Core Blazor Web App project with Individual Accounts.
4848
4949
# [Visual Studio](#tab/visual-studio)
5050

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**.
5252
* Make the following selections:
5353
* **Authentication type**: **Individual Accounts**
5454
* **Interactive render mode**: **Server**
@@ -87,7 +87,7 @@ Create an ASP.NET Core Web Application project with Individual Accounts.
8787

8888
# [Visual Studio](#tab/visual-studio)
8989

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**.
9191
* In the **Authentication type** input, select **Individual Accounts**.
9292

9393
# [.NET CLI](#tab/net-cli)

0 commit comments

Comments
 (0)