1 reference to ResetPasswordAsync
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
243
result = await userManager.
ResetPasswordAsync
(user, code, resetRequest.NewPassword);