This commit is contained in:
oliver
2026-06-22 17:45:39 -03:00
parent 70549554ad
commit ad97153dcd
3 changed files with 40 additions and 25 deletions
+2
View File
@@ -1129,6 +1129,8 @@ function closeUserPanel() {
if (codeEl) codeEl.textContent = "—";
const copyBtn = document.getElementById("acct-affiliate-copy-btn");
if (copyBtn) copyBtn.style.display = "none";
// reset to Content tab
switchAccountTab("content");
}
function toggleAccountPwSave(value) {