0
annguyentps created
1 Answer(s)
-
0
Hello,
At the moment, there is no API provided to add another tab in that page. We will take this as a feature request and put it in our roadmap. Instead, you can replace the entire page with
eIdentityComponents.OrganizationUnits
which can be imported asimport { eIdentityComponents } from @volo/abp.ng.identity
.You can refer to the docs about how to use that key to replace the
OrganizationUnits
component.