mirror of
https://github.com/bitwarden/server
synced 2025-12-31 07:33:43 +00:00
permission checks for cipher crud operations
This commit is contained in:
@@ -25,7 +25,7 @@ BEGIN
|
||||
VALUES
|
||||
(
|
||||
@Id,
|
||||
@UserId,
|
||||
CASE WHEN @OrganizationId IS NULL THEN @UserId ELSE NULL END,
|
||||
@OrganizationId,
|
||||
@Type,
|
||||
@Data,
|
||||
|
||||
Reference in New Issue
Block a user