policheck fix

This commit is contained in:
Hao Kung 2015-06-26 10:17:43 -07:00
parent 24cf9998f0
commit 2f7accb8fe
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ namespace Microsoft.AspNet.Identity
{
return null;
}
// REVIEW: nuke this
// REVIEW: fix this wrap
return new ExternalLoginInfo(auth.Principal, provider, providerKey, new AuthenticationDescription(auth.Description).Caption);
}