1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 05:03:18 +00:00

removed unused constant

This commit is contained in:
Jared McCannon
2025-12-03 14:03:43 -06:00
parent e2f357c5db
commit 06ae05b264

View File

@@ -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)