mirror of
https://github.com/bitwarden/server
synced 2025-12-19 01:33:20 +00:00
dont set userid on cipher if orgid is set
This commit is contained in:
@@ -29,7 +29,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