Hello,
I'm experiencing an issue with the LeptonX (Angular) theme that still occurs on the latest ABP version (9.2).
This is problematic because end users can lose important work simply by moving the browser window between screens.
(This problem did not occur in the other Lepton theme)
Hello, is it possible to replace the ConfirmationComponent of “@abp/ng.theme.shared” using this method (https://abp.io/docs/latest/framework/ui/angular/component-replacement#how-to-replace-a-component)?
I cannot find the key to use in :
this.replaceableComponents.add({ component: YourNewRoleComponent, key: eIdentityComponents.Roles, });
Hello, can I replace IdentitySessionDynamicClaimsPrincipalContributor with my own implementation? If so, how can I do it?

