chore: revert license

This commit is contained in:
Scott Wilson
2024-11-07 12:40:48 -08:00
parent 19c26c680c
commit 829ae7d3c0

View File

@@ -48,7 +48,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
},
pkiEst: false,
enforceMfa: false,
projectTemplates: true
projectTemplates: false
});
export const setupLicenseRequestWithStore = (baseURL: string, refreshUrl: string, licenseKey: string) => {