Skip to content

Commit

Permalink
Correcting error mesasge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccannon committed Oct 24, 2024
1 parent d2c6e2b commit 55d1d96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ private async Task HasVerifiedDomainsAsync(Organization org)
if (_featureService.IsEnabled(FeatureFlagKeys.AccountDeprovisioning)
&& await _organizationHasVerifiedDomainsQuery.HasVerifiedDomainsAsync(org.Id))
{
throw new BadRequestException("Organization has verified domains.");
throw new BadRequestException("The Single organization policy is required for organizations that have enabled domain verification.");
}
}

Expand Down

0 comments on commit 55d1d96

Please sign in to comment.