Merge pull request #1141 from stoically/delete-identitystate

Remove identityState when deleting containers
This commit is contained in:
stoically
2022-07-15 20:12:03 +02:00
committed by GitHub
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -102,6 +102,7 @@ window.assignManager = {
async deleteContainer(userContextId) {
const sitesByContainer = await this.getAssignedSites(userContextId);
this.area.remove(Object.keys(sitesByContainer));
identityState.storageArea.remove(backgroundLogic.cookieStoreId(userContextId));
},
async getAssignedSites(userContextId = null) {