Fix isLoggedIn issue

This commit is contained in:
yflory
2020-02-28 15:48:50 +01:00
parent c26560e3f9
commit 60862d9f87
5 changed files with 5 additions and 4 deletions

View File

@@ -423,7 +423,7 @@ define([
};
var additionalPriv = {
app: parsed.type,
accountName: Utils.LocalStore.getAccountName(),
loggedIn: Utils.LocalStore.isLoggedIn(),
origin: window.location.origin,
pathname: window.location.pathname,
fileHost: ApiConfig.fileHost,