mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05: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