From 34cf6cb1ee37eedb2fec2c05eb9f25e94228d902 Mon Sep 17 00:00:00 2001 From: dansoper Date: Thu, 29 Jun 2017 09:19:56 +0100 Subject: [PATCH] Update identity-primary-key-configuration.md --- .../authentication/identity-primary-key-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/identity-primary-key-configuration.md b/aspnetcore/security/authentication/identity-primary-key-configuration.md index 44402e6896..cbaab462cc 100644 --- a/aspnetcore/security/authentication/identity-primary-key-configuration.md +++ b/aspnetcore/security/authentication/identity-primary-key-configuration.md @@ -8,7 +8,7 @@ ASP.NET Core Identity allows you to easily configure the data type you want for ## How to -1. The first step is to implement the Identity's model, and override the behavior to 's one. +1. The first step is to implement the Identity's model, and override the string type with the data type you want. [!code-csharp[Main](identity/sample/src/ASPET-IdentityDemo-PrimaryKeysConfig/Models/ApplicationUser.cs?highlight=4-6&range=7-13)]