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