Please check your app logs,
Did you add the ChatSignalRModule?
hi
account\src\Volo.Abp.Account.Pro.Public.HttpApi\Volo\Abp\Account\AccountController.cs
[HttpGet]
[Route("two-factor-providers")]
public virtual Task<List<string>> GetTwoFactorProvidersAsync(GetTwoFactorProvidersInput input)
{
return AccountAppService.GetTwoFactorProvidersAsync(input);
}
[HttpPost]
[Route("send-two-factor-code")]
public virtual Task SendTwoFactorCodeAsync(SendTwoFactorCodeInput input)
{
return AccountAppService.SendTwoFactorCodeAsync(input);
}
See https://support.abp.io/QA/Questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules
You can refer to identity and account module source code.
hi
We don't have such a module now.
Authorization failed. These requirements were not met: PermissionRequirement: AbpIdentity.UserLookup
Can you check the user's permissions?
hi
I added theReturnUrl and ReturnUrlHash to the ConfirmUser page today and tested in v5.1.
You can create a new template project to confirm that.