mirror of
https://github.com/bitwarden/server
synced 2026-01-03 00:53:37 +00:00
[Provider] Prevent including pending organizations in SyncResponse (#1482)
This commit is contained in:
@@ -11,5 +11,6 @@ BEGIN
|
||||
[dbo].[ProviderUserProviderDetailsView]
|
||||
WHERE
|
||||
[UserId] = @UserId
|
||||
AND [ProviderStatus] != 0 -- Not Pending
|
||||
AND (@Status IS NULL OR [Status] = @Status)
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user