hi
You just need to add this module to the web module.
[DependsOn(
typeof(ChatSignalRModule)
)]
hi
Can you explain in more detail?
hi
hi
Can you create a template project to reproduce and share it with me? liming.ma@volosoft.com
Sorry, the screenshot that I shared was the latest(5.1.x)
You can get the account and identity module source code then copy it to your project.
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);
}