Let me know which nuget package and namespace reference is needed..as I am unable to resolve
hi
Create a class and inherit the
AbpApplicationConfigurationAppService
then override the methods.[ExposeServices(typeof(IAbpApplicationConfigurationAppService), typeof(AbpApplicationConfigurationAppServiceApplicationService))] public class MyAbpApplicationConfigurationAppService : AbpApplicationConfigurationAppService
which namespace and nuget package Do I need to include? as I am unable to find the references?
So just to summarize, does this mean, we need to define a custom ui and integrate the same with a custom service. This custom service will override the logic by inheriting IdentityUserAppService (as you mentioned above).
is that the case?
Thanks
How can we hide the languageSwitch from the login Page? I am able to do it in Angular, but unable to figure out for the login page. I am using Identityserver.