Fixed missing line

Fixed missing line in How to Customize the SignIn Manager for ABP Applications article.
pull/6751/head
Galip Tolga Erdem 4 years ago
parent 0a2c26f477
commit c84140f6cc

@ -71,7 +71,8 @@ public async override Task<Microsoft.AspNetCore.Identity.ExternalLoginInfo> GetE
?? provider;
return new Microsoft.AspNetCore.Identity.ExternalLoginInfo(auth.Principal, provider, providerKey, providerDisplayName)
{
AuthenticationTokens = auth.Properties.GetTokens()
AuthenticationTokens = auth.Properties.GetTokens(),
AuthenticationProperties = auth.Properties
};
}
````

Loading…
Cancel
Save