use loggedIn instead of accountName in the toolbar
This commit is contained in:
@@ -3384,7 +3384,7 @@ define([
|
|||||||
}
|
}
|
||||||
options.push({ tag: 'hr' });
|
options.push({ tag: 'hr' });
|
||||||
// Add login or logout button depending on the current status
|
// Add login or logout button depending on the current status
|
||||||
if (accountName) {
|
if (priv.loggedIn) {
|
||||||
options.push({
|
options.push({
|
||||||
tag: 'a',
|
tag: 'a',
|
||||||
attributes: {
|
attributes: {
|
||||||
|
|||||||
Reference in New Issue
Block a user