Remove soon to be removed DisplayName set

This commit is contained in:
Hao Kung 2017-05-15 13:52:39 -07:00
parent cc4183c7ed
commit 8a47c17685
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ namespace Microsoft.AspNetCore.Identity.Service.IntegratedWebClient
if (!string.IsNullOrEmpty(_webApplicationOptions.Value.TokenRedirectUrn))
{
options.DisplayName = null;
options.Events = new OpenIdConnectEvents
{
OnRedirectToIdentityProvider = (ctx) =>