mirror of
https://github.com/bitwarden/cli
synced 2025-12-19 09:43:13 +00:00
share command
This commit is contained in:
@@ -74,7 +74,7 @@ export class EditCommand {
|
||||
return Response.notFound();
|
||||
}
|
||||
if (cipher.organizationId == null) {
|
||||
return Response.error('Item does not belong to an organization. Consider sharing it first.');
|
||||
return Response.badRequest('Item does not belong to an organization. Consider sharing it first.');
|
||||
}
|
||||
|
||||
cipher.collectionIds = req;
|
||||
|
||||
Reference in New Issue
Block a user