Add feature

This commit is contained in:
adrinr 2023-03-13 16:27:45 +01:00
parent a5b23c4067
commit 97e181fffe
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ export enum Feature {
AUDIT_LOGS = "auditLogs", AUDIT_LOGS = "auditLogs",
ENFORCEABLE_SSO = "enforceableSSO", ENFORCEABLE_SSO = "enforceableSSO",
BRANDING = "branding", BRANDING = "branding",
SCIM_INTEGRATION = "scimIntegration",
} }