i fucking hate this

This commit is contained in:
Samidy 2026-04-14 01:37:50 +03:00
parent 7c15027577
commit dfb2e6f44c

View file

@ -2730,7 +2730,7 @@ document.addEventListener('DOMContentLoaded', async () => {
const headerAccountIcon = document.getElementById('header-account-icon'); const headerAccountIcon = document.getElementById('header-account-icon');
// Temporarily disable accounts - show popup // Temporarily disable accounts - show popup
const isAccountsDisabled = false; const isAccountsDisabled = true;
if (headerAccountBtn && headerAccountDropdown) { if (headerAccountBtn && headerAccountDropdown) {
if (isAccountsDisabled) { if (isAccountsDisabled) {
@ -2740,7 +2740,7 @@ document.addEventListener('DOMContentLoaded', async () => {
headerAccountBtn.addEventListener('click', (e) => { headerAccountBtn.addEventListener('click', (e) => {
e.stopPropagation(); e.stopPropagation();
alert( alert(
"We're moving authentication and data storing systems.\n\nAccounts, profiles, playlists, and community themes will not work during this period (approximately 2 days).\n\nYou will need to re-login after the migration is complete." '(april 14, 2026) The server hosting the database has unfortunately fried. we are working extremely hard to recover all data and host the database & auth on a much more reliable server. please be patient with us in the time being.'
); );
}); });
} else { } else {