mirror of
https://github.com/bitwarden/server
synced 2025-12-29 14:43:39 +00:00
Passing all users.
This commit is contained in:
@@ -104,7 +104,7 @@ public class AutomaticallyConfirmOrganizationUsersValidator(
|
||||
return (await automaticUserConfirmationPolicyEnforcementValidator.IsCompliantAsync(
|
||||
new AutomaticUserConfirmationPolicyEnforcementRequest(
|
||||
request.OrganizationId,
|
||||
allOrganizationUsersForUser.Where(x => x.OrganizationId != request.OrganizationId),
|
||||
allOrganizationUsersForUser,
|
||||
user)))
|
||||
.Match<Error?>(
|
||||
error => error,
|
||||
|
||||
Reference in New Issue
Block a user