Update licence-fns.ts

This commit is contained in:
Daniel Hougaard
2024-04-03 17:43:45 -07:00
parent d371c568f1
commit 073a9ee6a4

View File

@@ -33,7 +33,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
status: null,
trial_end: null,
has_used_trial: true,
secretApproval: true,
secretApproval: false,
secretRotation: true
});