mirror of
https://github.com/bitwarden/server
synced 2026-01-03 09:03:44 +00:00
remove admin checks from services for ctrl context
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
CREATE PROCEDURE [dbo].[OrganizationUser_ReadByOrganizationIdUserId]
|
||||
@OrganizationId UNIQUEIDENTIFIER,
|
||||
@UserId UNIQUEIDENTIFIER
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[OrganizationUserView]
|
||||
WHERE
|
||||
[OrganizationId] = @OrganizationId
|
||||
AND [UserId] = @UserId
|
||||
END
|
||||
Reference in New Issue
Block a user