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