BEST
DEALS
OF THE
YEAR!
SAVE UP TO $3,000
24 NOV
1 DEC
00 Days
00 Hrs
00 Min
00 Sec
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 )

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.1.0-preview. Updated on November 20, 2025, 09:12
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.