fix: Remove green success banners for uploads and invites

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-01-20 22:31:51 -07:00
parent 233c96dcf8
commit ccaf5869bf
2 changed files with 1 additions and 4 deletions

View File

@@ -144,7 +144,6 @@
dz.classList.remove('opacity-50');
if (fi) fi.disabled = false;
itemsEl.innerHTML = '';
try { showBanner('Password accepted. You can upload now.', 'ok'); } catch {}
} catch (e) {
pwError.textContent = 'Error verifying password.';
pwError.classList.remove('hidden');