feat(ext): improve token validation and error handling

This commit is contained in:
Simon
2026-01-28 19:59:55 +08:00
parent ef2d115742
commit d6323f1488
3 changed files with 63 additions and 19 deletions

View File

@@ -35,6 +35,9 @@ export class MultiPageAgent extends PageAgentCore {
chrome.storage.local.set({
isAgentRunning: false,
})
// no need to dispose tabsController and pageController
// as they do not keep references
},
})
}