1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-19 09:43:13 +00:00

share command

This commit is contained in:
Kyle Spearrin
2018-10-23 22:56:15 -04:00
parent ac9cf91002
commit 7e56a687e3
4 changed files with 93 additions and 2 deletions

View File

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