1 write to _userManager
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml.cs (1)
52
_userManager
= userManager;
3 references to _userManager
Microsoft.AspNetCore.Identity.UI (3)
Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml.cs (3)
64
var user = await
_userManager
.FindByEmailAsync(email);
75
var userId = await
_userManager
.GetUserIdAsync(user);
76
var code = await
_userManager
.GenerateEmailConfirmationTokenAsync(user);