fix: set custom domains feature on orgs (#1623)

This commit is contained in:
Livio Amstutz
2021-04-20 10:46:09 +02:00
committed by GitHub
parent 32bfd25b28
commit f5a8cb20a5
2 changed files with 6 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ func (c *Commands) SetOrgFeatures(ctx context.Context, resourceOwner string, fea
features.LoginPolicyUsernameLogin,
features.PasswordComplexityPolicy,
features.LabelPolicy,
features.CustomDomain,
)
if !hasChanged {
return nil, caos_errs.ThrowPreconditionFailed(nil, "Features-GE4h2", "Errors.Features.NotChanged")