mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
clear vault upon logout. full sync vault upon login.
This commit is contained in:
@@ -103,6 +103,12 @@ chrome.tabs.onUpdated.addListener(function (tabId, changeInfo, tab) {
|
||||
tabId: tabId
|
||||
});
|
||||
}
|
||||
else {
|
||||
chrome.browserAction.setBadgeText({
|
||||
text: null,
|
||||
tabId: tabId
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user