1 write to OtherLogins
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (1)
93
OtherLogins
= (await _signInManager.GetExternalAuthenticationSchemesAsync())
2 references to OtherLogins
Microsoft.AspNetCore.Identity.UI (2)
ExternalLogins_cshtml.g.cs (2)
302
if (Model.
OtherLogins
?.Count > 0)
314
foreach (var provider in Model.
OtherLogins
)