mirror of
https://github.com/bitwarden/server
synced 2025-12-26 21:23:39 +00:00
[Provider] Prevent including pending organizations in SyncResponse (#1482)
This commit is contained in:
@@ -9,7 +9,8 @@ SELECT
|
||||
PU.[Type],
|
||||
P.[Enabled],
|
||||
PU.[Permissions],
|
||||
P.[UseEvents]
|
||||
P.[UseEvents],
|
||||
P.[Status] ProviderStatus
|
||||
FROM
|
||||
[dbo].[ProviderUser] PU
|
||||
LEFT JOIN
|
||||
|
||||
Reference in New Issue
Block a user