mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00:00
removed unused constant
This commit is contained in:
@@ -32,8 +32,6 @@ public class AutomaticUserConfirmationPolicyEventHandler(
|
||||
private const string _providerUsersExistErrorMessage =
|
||||
"The organization has users with the Provider user type. Please remove provider users before enabling the Automatically confirm invited users policy.";
|
||||
|
||||
private const string _failedToFindOrganizationUsers = "Failed to find any organization users.";
|
||||
|
||||
public IEnumerable<PolicyType> RequiredPolicies => [PolicyType.SingleOrg];
|
||||
|
||||
public async Task<string> ValidateAsync(PolicyUpdate policyUpdate, Policy? currentPolicy)
|
||||
|
||||
Reference in New Issue
Block a user