mooltipass/extension

Exception when removing cached credentials from closed tab

samoverton opened this issue · 0 comments

Cached credentials are removed from a tab after 30 seconds. However if the tab was closed in the meantime, then the reference to page.tabs[ tab_id ] is no longer valid and dereferencing results in an exception.