policheck fix
This commit is contained in:
parent
24cf9998f0
commit
2f7accb8fe
|
|
@ -423,7 +423,7 @@ namespace Microsoft.AspNet.Identity
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
// REVIEW: nuke this
|
// REVIEW: fix this wrap
|
||||||
return new ExternalLoginInfo(auth.Principal, provider, providerKey, new AuthenticationDescription(auth.Description).Caption);
|
return new ExternalLoginInfo(auth.Principal, provider, providerKey, new AuthenticationDescription(auth.Description).Caption);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue