Skip to content

Commit e58ba2f

Browse files
authored
Minor update to add-user-data.md (dotnet#16760)
Replaced ADD with Add, add where appropriate. Very minor minor fix, so merged with no additional review request after verifying in a build.
1 parent b5760d0 commit e58ba2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnetcore/security/authentication/add-user-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add, download, and delete user data to Identity in an ASP.NET Core projec
33
author: rick-anderson
44
description: Learn how to add custom user data to Identity in an ASP.NET Core project. Delete data per GDPR.
55
ms.author: riande
6-
ms.date: 12/05/2019
6+
ms.date: 01/28/2020
77
ms.custom: "mvc, seodec18"
88
uid: security/authentication/add-user-data
99
---
@@ -72,15 +72,15 @@ dotnet new webapp -o WebApp1
7272
# [Visual Studio](#tab/visual-studio)
7373

7474
* From **Solution Explorer**, right-click on the project > **Add** > **New Scaffolded Item**.
75-
* From the left pane of the **Add Scaffold** dialog, select **Identity** > **ADD**.
76-
* In the **ADD Identity** dialog, the following options:
75+
* From the left pane of the **Add Scaffold** dialog, select **Identity** > **Add**.
76+
* In the **Add Identity** dialog, the following options:
7777
* Select the existing layout file *~/Pages/Shared/_Layout.cshtml*
7878
* Select the following files to override:
7979
* **Account/Register**
8080
* **Account/Manage/Index**
8181
* Select the **+** button to create a new **Data context class**. Accept the type (**WebApp1.Models.WebApp1Context** if the project is named **WebApp1**).
8282
* Select the **+** button to create a new **User class**. Accept the type (**WebApp1User** if the project is named **WebApp1**) > **Add**.
83-
* Select **ADD**.
83+
* Select **Add**.
8484

8585
# [.NET Core CLI](#tab/netcore-cli)
8686

0 commit comments

Comments
 (0)