2 writes to ExternalLogins
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (2)
120
ExternalLogins
= (await _signInManager.GetExternalAuthenticationSchemesAsync()).ToList();
126
ExternalLogins
= (await _signInManager.GetExternalAuthenticationSchemesAsync()).ToList();
2 references to ExternalLogins
Microsoft.AspNetCore.Identity.UI (2)
Areas_Identity_Pages_V4_Account_Register_cshtml.g.cs (2)
372
if ((Model.
ExternalLogins
?.Count ?? 0) == 0)
401
foreach (var provider in Model.
ExternalLogins
!)