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

@@ -86,7 +86,7 @@ define([
metaObj.doc = {};
var additionalPriv = {
fileHost: ApiConfig.fileHost,
accountName: Utils.LocalStore.getAccountName(),
loggedIn: Utils.LocalStore.isLoggedIn(),
origin: window.location.origin,
pathname: window.location.pathname,
feedbackAllowed: Utils.Feedback.state,