1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

allow archiving organization ciphers in the cli (#18793)

This commit is contained in:
Nick Krantz
2026-02-10 15:31:55 -06:00
committed by GitHub
parent 1aef83b6e3
commit 4fe29c71ce

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 };
}