diff --git a/modules/account/src/Volo.Abp.Account.Web/Areas/Account/Controllers/AccountController.cs b/modules/account/src/Volo.Abp.Account.Web/Areas/Account/Controllers/AccountController.cs index f80aea44e2..6ab60e7ee4 100644 --- a/modules/account/src/Volo.Abp.Account.Web/Areas/Account/Controllers/AccountController.cs +++ b/modules/account/src/Volo.Abp.Account.Web/Areas/Account/Controllers/AccountController.cs @@ -61,7 +61,7 @@ public class AccountController : AbpControllerBase await ReplaceEmailToUsernameOfInputIfNeeds(login); await IdentityOptions.SetAsync(); - + var signInResult = await SignInManager.PasswordSignInAsync( login.UserNameOrEmailAddress, login.Password,