fixed broken login info on startup if not logged in

This commit is contained in:
uh_wot 2020-05-02 14:36:12 +02:00
parent 97986372fe
commit 6c8a3927ce
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ function startApp() {
Search.linkListeners()
TrackPreview.init()
document.getElementById('logged_in_info').classList.add('hide')
if (localStorage.getItem('arl')) {
let arl = localStorage.getItem('arl')