Merge pull request #1 from dotnet-architecture/master

PR to merge into Chartcraft master
This commit is contained in:
James Valkyrie 2017-06-01 02:23:17 +02:00 committed by GitHub
commit 2ba890bce8

View File

@ -74,7 +74,7 @@ namespace Identity.API.Services
if (!string.IsNullOrWhiteSpace(user.Name))
claims.Add(new Claim("name", user.Name));
if (!string.IsNullOrWhiteSpace(user.Name))
if (!string.IsNullOrWhiteSpace(user.LastName))
claims.Add(new Claim("last_name", user.LastName));
if (!string.IsNullOrWhiteSpace(user.CardNumber))