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:
@@ -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 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user