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?

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

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 )

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 21, 2026, 06:18
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.