1 write to CurrentLogins
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (1)
92CurrentLogins = await _userManager.GetLoginsAsync(user);
2 references to CurrentLogins
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (2)
94.Where(auth => CurrentLogins.All(ul => auth.Name != ul.LoginProvider)) 103ShowRemoveButton = passwordHash != null || CurrentLogins.Count > 1;