diff --git a/src/app/launcher/launcher.component.ts b/src/app/launcher/launcher.component.ts
index 162665e5633211611d2fd0e258381af6c20089a7..89ab94026a4b690df50940531dbb4b31f20efa18 100644
--- a/src/app/launcher/launcher.component.ts
+++ b/src/app/launcher/launcher.component.ts
@@ -43,8 +43,8 @@ export class LauncherComponent implements OnInit {
   private launchwindowWatcher: any;
 
   constructor( public dialog: MatDialog,
-                private tesService: TesService,
-                private authService: AuthorisationService,
+                public tesService: TesService,
+                public authService: AuthorisationService,
                 public computeSitesService: ComputesitesService,
                 ) {
     this.authService.sshAuthzServers.subscribe(o => {this.sshauthzservers = o});