We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a8295 commit 88bf2a9Copy full SHA for 88bf2a9
app/static/script.js
@@ -680,10 +680,7 @@ function showError(target, message) {
680
errEl.classList.remove('hidden');
681
} else { showToast(message, 'error'); }
682
} else if (target === 'stremioAuthSection') {
683
- // Fallback since we don't have a specific error div anymore
684
showToast(message, 'error');
685
- // Or highlight fields
686
- document.getElementById('stremioManualFields').classList.remove('hidden');
687
} else {
688
const el = document.getElementById(target);
689
if (el) {
0 commit comments