Skip to content

Commit 88bf2a9

Browse files
feat: Implement user ID-based token management and Stremio user info fetching, replacing credential-derived tokens and direct login.
1 parent 13a8295 commit 88bf2a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/static/script.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,7 @@ function showError(target, message) {
680680
errEl.classList.remove('hidden');
681681
} else { showToast(message, 'error'); }
682682
} else if (target === 'stremioAuthSection') {
683-
// Fallback since we don't have a specific error div anymore
684683
showToast(message, 'error');
685-
// Or highlight fields
686-
document.getElementById('stremioManualFields').classList.remove('hidden');
687684
} else {
688685
const el = document.getElementById(target);
689686
if (el) {

0 commit comments

Comments
 (0)