mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: add user metadata to the features (#2179)
* fix: add user metadata to the features * fix: remove user metadata * fix: add test * fix: add test
This commit is contained in:
@@ -21,6 +21,8 @@ const (
|
||||
FeatureCustomText = "custom_text"
|
||||
FeatureCustomDomain = "custom_domain"
|
||||
FeaturePrivacyPolicy = "privacy_policy"
|
||||
FeatureMetadata = "metadata"
|
||||
FeatureMetadataUser = FeatureMetadata + ".user"
|
||||
)
|
||||
|
||||
type Features struct {
|
||||
@@ -45,6 +47,7 @@ type Features struct {
|
||||
CustomDomain bool
|
||||
CustomText bool
|
||||
PrivacyPolicy bool
|
||||
MetadataUser bool
|
||||
}
|
||||
|
||||
type FeaturesState int32
|
||||
|
Reference in New Issue
Block a user