diff --git a/src/app/shared/auth-nav-menu/auth-nav-menu.component.ts b/src/app/shared/auth-nav-menu/auth-nav-menu.component.ts index e188498b0a..453f68ea86 100644 --- a/src/app/shared/auth-nav-menu/auth-nav-menu.component.ts +++ b/src/app/shared/auth-nav-menu/auth-nav-menu.component.ts @@ -37,7 +37,7 @@ export class AuthNavMenuComponent implements OnDestroy, OnInit { constructor( private appStore: Store, private coreStore: Store, - private windowService: HostWindowService) { + public windowService: HostWindowService) { } ngOnInit(): void {