From 25bf5f75fea665f99c14ff20bdc7a0d94499a9ca Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 27 Oct 2022 17:25:00 -0700 Subject: [PATCH] Update add-user-data.md fixes highlighting Added missing highlighting from sample --- aspnetcore/security/authentication/add-user-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/add-user-data.md b/aspnetcore/security/authentication/add-user-data.md index 67c5c99bc0..1e871ec782 100644 --- a/aspnetcore/security/authentication/add-user-data.md +++ b/aspnetcore/security/authentication/add-user-data.md @@ -126,7 +126,7 @@ Update the `Areas/Identity/Pages/Account/Manage/Index.cshtml` with the following Update the `InputModel` in `Areas/Identity/Pages/Account/Register.cshtml.cs` with the following highlighted code: -[!code-csharp[](add-user-data/samples/6.x/SampleApp/Areas/Identity/Pages/Account/Register.cshtml.cs?name=snippet&highlight=39-47)] +[!code-csharp[](add-user-data/samples/6.x/SampleApp/Areas/Identity/Pages/Account/Register.cshtml.cs?name=snippet&highlight=39-47,81-82)] Update the `Areas/Identity/Pages/Account/Register.cshtml` with the following highlighted markup: