diff --git a/index.html b/index.html index 7fe9cf11f..331147111 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,7 @@
diff --git a/js/Application.js b/js/Application.js index eb95f499d..915fc08be 100644 --- a/js/Application.js +++ b/js/Application.js @@ -96,6 +96,7 @@ define( }); this.companyInfoTemplate = config.companyInfoCustomHtmlTemplate; this.showCompanyInfo = config.showCompanyInfo; + this.isLoggedIn = ko.computed(() => authApi.isAuthenticated()); } /**