Open Closed

Missing the TenantBox part in the custom login for Lepton X #4156


User avatar
0
tommy.reynolds@pentair.com created
  • ABP Framework version: 6
  • UI type: Angular
  • DB provider: EF Core

Hi ABP Support,

Thanks for your support about the way to change the lepton login. It works fine. https://support.abp.io/QA/Questions/4039/How-to-override-LEPTON-X-account-layout

We also have to add the TenantBox part above the login. Can you help me how to do that?


1 Answer(s)
  • User Avatar
    0
    mahmut.gundogdu created

    This information provided by TenantBoxService.

    @Component({
      selector: 'my-tenant-box',
      templateUrl: './my-tenant-box.component.html',
      providers: [TenantBoxService]
    })
    export class MyTenantBoxComponent {
      constructor(public service: TenantBoxService) {}
    }
    
    

    here the HTML . https://gist.github.com/mahmut-gundogdu/5334cbeb92d068a6534c8ae7d5212c47 (I must store my code on gist because angular double curly braces produce a difficulty on the editor of abp support web site )

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11