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)
79var user = await _userManager.FindByEmailAsync(Input.Email); 86var userId = await _userManager.GetUserIdAsync(user); 87var code = await _userManager.GenerateEmailConfirmationTokenAsync(user);