diff --git a/frontend/src/ts/modules/security/authentication.service.ts b/frontend/src/ts/modules/security/authentication.service.ts index 60d58dec..9b49330d 100644 --- a/frontend/src/ts/modules/security/authentication.service.ts +++ b/frontend/src/ts/modules/security/authentication.service.ts @@ -13,7 +13,7 @@ export class AuthenticationService { } checkAuthentication(): Promise{ - return this.appConfigService.load(); + return this.appConfigService.load().then(() => this.http.get("health").toPromise()); } logout(): Promise {