Skip to content

Commit

Permalink
chore: revert prem features
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-ray-wilson committed Oct 9, 2024
1 parent 6ddc4ce commit c90e8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/ee/services/license/license-fns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
auditLogStreamLimit: 3,
samlSSO: false,
oidcSSO: false,
scim: true,
scim: false,
ldap: false,
groups: true,
groups: false,
status: null,
trial_end: null,
has_used_trial: true,
Expand Down

0 comments on commit c90e8ca

Please sign in to comment.