From 2f7accb8febd4d56d37fc2cf313ed02b56b145d0 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Fri, 26 Jun 2015 10:17:43 -0700 Subject: [PATCH] policheck fix --- src/Microsoft.AspNet.Identity/SignInManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Identity/SignInManager.cs b/src/Microsoft.AspNet.Identity/SignInManager.cs index 72783b5953..3700074dd8 100644 --- a/src/Microsoft.AspNet.Identity/SignInManager.cs +++ b/src/Microsoft.AspNet.Identity/SignInManager.cs @@ -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); }