diff --git a/js/settings.js b/js/settings.js index 4507075..8bd4269 100644 --- a/js/settings.js +++ b/js/settings.js @@ -1617,7 +1617,8 @@ export function initializeSettings(scrobbler, player, api, ui) { // Hide individual fields in the modal if (pbFromEnv && customPbUrlInput) customPbUrlInput.closest('div[style]').style.display = 'none'; - if (fbFromEnv && customFirebaseConfigInput) customFirebaseConfigInput.closest('div[style]').style.display = 'none'; + if (fbFromEnv && customFirebaseConfigInput) + customFirebaseConfigInput.closest('div[style]').style.display = 'none'; customDbBtn.addEventListener('click', () => { const pbUrl = localStorage.getItem('monochrome-pocketbase-url') || ''; diff --git a/public/login.html b/public/login.html index f318465..e3a1ccd 100644 --- a/public/login.html +++ b/public/login.html @@ -1,290 +1,343 @@ -
- - -