diff --git a/npm/ng-packs/packages/account/src/lib/components/auth-wrapper/auth-wrapper.component.html b/npm/ng-packs/packages/account/src/lib/components/auth-wrapper/auth-wrapper.component.html
index 3377b74a88..f57643f7b2 100644
--- a/npm/ng-packs/packages/account/src/lib/components/auth-wrapper/auth-wrapper.component.html
+++ b/npm/ng-packs/packages/account/src/lib/components/auth-wrapper/auth-wrapper.component.html
@@ -1,6 +1,6 @@
-
+
diff --git a/npm/ng-packs/packages/account/src/lib/components/auth-wrapper/auth-wrapper.component.ts b/npm/ng-packs/packages/account/src/lib/components/auth-wrapper/auth-wrapper.component.ts
index be35672862..e7b398cc3d 100644
--- a/npm/ng-packs/packages/account/src/lib/components/auth-wrapper/auth-wrapper.component.ts
+++ b/npm/ng-packs/packages/account/src/lib/components/auth-wrapper/auth-wrapper.component.ts
@@ -1,4 +1,4 @@
-import { ConfigState, SubscriptionService } from '@abp/ng.core';
+import { ConfigState, SubscriptionService, MultiTenancyService } from '@abp/ng.core';
import { Component, Input, OnInit, TemplateRef } from '@angular/core';
import { Select, Store } from '@ngxs/store';
import { Observable } from 'rxjs';
@@ -26,7 +26,11 @@ export class AuthWrapperComponent
tenantBoxKey = eAccountComponents.TenantBox;
- constructor(private store: Store, private subscription: SubscriptionService) {}
+ constructor(
+ public readonly multiTenancy: MultiTenancyService,
+ private store: Store,
+ private subscription: SubscriptionService,
+ ) {}
ngOnInit() {
this.subscription.addOne(