1 write to _userManager
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\ConfirmEmail.cshtml.cs (1)
40
_userManager
= userManager;
2 references to _userManager
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\ConfirmEmail.cshtml.cs (2)
50
var user = await
_userManager
.FindByIdAsync(userId);
57
var result = await
_userManager
.ConfirmEmailAsync(user, code);