Fixed top navigation being unable to see logout
This commit is contained in:
parent
2ed9f969f2
commit
aa4c401df9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ App.BrowsingSettings = function(
|
|||
|
||||
var settings = getDefaultSettings();
|
||||
|
||||
auth.startObservingLoginChanges('top-navigation', loginStateChanged);
|
||||
auth.startObservingLoginChanges('browsing-settings', loginStateChanged);
|
||||
|
||||
readFromLocalStorage();
|
||||
if (auth.isLoggedIn())
|
||||
|
|
Loading…
Reference in a new issue