4 references to GetLoginsAsync
Microsoft.AspNetCore.Identity.UI (4)
Areas\Identity\Pages\V4\Account\Manage\DownloadPersonalData.cshtml.cs (1)
69
var logins = await _userManager.
GetLoginsAsync
(user);
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (1)
92
CurrentLogins = await _userManager.
GetLoginsAsync
(user);
Areas\Identity\Pages\V5\Account\Manage\DownloadPersonalData.cshtml.cs (1)
69
var logins = await _userManager.
GetLoginsAsync
(user);
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (1)
92
CurrentLogins = await _userManager.
GetLoginsAsync
(user);