diff --git a/public/js/app.js b/public/js/app.js index 6753d3c..9ea2788 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -107,9 +107,9 @@ const App = { }, showLayout() { - document.getElementById('top-bar').classList.add('hidden'); document.getElementById('public-page').classList.add('hidden'); document.getElementById('main-layout').classList.remove('hidden'); + this.updateTopAuth(); const u = Auth.user(); document.getElementById('user-info').innerHTML = `