1 write to Input
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (1)
98Input = new InputModel
3 references to Input
Microsoft.AspNetCore.Identity.UI (3)
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (3)
113var user = await _userManager.FindByEmailAsync(Input.Email); 120var result = await _userManager.ResetPasswordAsync(user, Input.Code, Input.Password);