1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
This commit is contained in:
adrinr 2023-03-20 16:12:55 +00:00
parent 5dbbdf3f82
commit beb4118582
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ export const useAuditLogs = () => {
}
export const useScimIntegration = () => {
return useFeature(Feature.SCIM_INTEGRATION)
return useFeature(Feature.SCIM)
}
// QUOTAS

View file

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