1 write to _userManager
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\ResendEmailConfirmation.cshtml.cs (1)
64
_userManager
= userManager;
3 references to _userManager
Microsoft.AspNetCore.Identity.UI (3)
Areas\Identity\Pages\V5\Account\ResendEmailConfirmation.cshtml.cs (3)
79
var user = await
_userManager
.FindByEmailAsync(Input.Email);
86
var userId = await
_userManager
.GetUserIdAsync(user);
87
var code = await
_userManager
.GenerateEmailConfirmationTokenAsync(user);