1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 23:13:36 +00:00

Merge branch 'main' into km/pm-27331

This commit is contained in:
Thomas Avery
2026-02-11 11:37:46 -06:00
committed by GitHub
158 changed files with 3291 additions and 1005 deletions

View File

@@ -83,7 +83,7 @@
"multer": "2.0.2",
"node-fetch": "2.7.0",
"node-forge": "1.3.2",
"open": "11.0.0",
"open": "8.4.2",
"papaparse": "5.5.3",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.1",

View File

@@ -99,9 +99,6 @@ export class ArchiveCommand {
errorMessage: "Item is in the trash, the item must be restored before archiving.",
};
}
case cipher.organizationId != null: {
return { canArchive: false, errorMessage: "Cannot archive items in an organization." };
}
default:
return { canArchive: true };
}