From 6f7307c4463c00e1f675cf7b6b264f4d234900b2 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 4 Mar 2020 14:09:28 -0500 Subject: [PATCH] use loggedIn instead of accountName in the toolbar --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 52be70e4b..87f49b8f2 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -3384,7 +3384,7 @@ define([ } options.push({ tag: 'hr' }); // Add login or logout button depending on the current status - if (accountName) { + if (priv.loggedIn) { options.push({ tag: 'a', attributes: {