Update AbpResourceOwnerPasswordValidator.cs

pull/16929/head
Engincan VESKE 2 years ago
parent 649a1e2c6d
commit 0e79ced89e

@ -185,6 +185,7 @@ public class AbpResourceOwnerPasswordValidator : IResourceOwnerPasswordValidator
if (result.Succeeded)
{
await SetSuccessResultAsync(context, user);
return;
}
Logger.LogInformation("Authentication failed for username: {username}, reason: InvalidRecoveryCode", context.UserName);

Loading…
Cancel
Save