mirror of
https://github.com/bitwarden/server
synced 2025-12-10 21:33:41 +00:00
Fix bulk fingerprints (#1442)
* Fix fingerprint phrases in bulk confirm modal * Fix indentation
This commit is contained in:
@@ -42,9 +42,9 @@ BEGIN
|
||||
U.[PublicKey]
|
||||
FROM
|
||||
@OrganizationUserIds OUIDs
|
||||
INNER JOIN
|
||||
INNER JOIN
|
||||
[dbo].[OrganizationUser] OU ON OUIDs.Id = OU.Id AND OU.[Status] = 1 -- Accepted
|
||||
INNER JOIN
|
||||
INNER JOIN
|
||||
[dbo].[User] U ON OU.UserId = U.Id
|
||||
WHERE
|
||||
OU.OrganizationId = @OrganizationId
|
||||
|
||||
Reference in New Issue
Block a user