mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed top navigation being unable to see logout
This commit is contained in:
@ -7,7 +7,7 @@ App.BrowsingSettings = function(
|
||||
|
||||
var settings = getDefaultSettings();
|
||||
|
||||
auth.startObservingLoginChanges('top-navigation', loginStateChanged);
|
||||
auth.startObservingLoginChanges('browsing-settings', loginStateChanged);
|
||||
|
||||
readFromLocalStorage();
|
||||
if (auth.isLoggedIn())
|
||||
|
Reference in New Issue
Block a user