Update license-fns.ts

This commit is contained in:
Daniel Hougaard
2025-08-06 03:46:37 +04:00
parent 522795871e
commit 1b32de5c5b

View File

@@ -31,7 +31,7 @@ export const getDefaultOnPremFeatures = () => {
caCrl: false,
sshHostGroups: false,
enterpriseSecretSyncs: false,
enterpriseAppConnections: true
enterpriseAppConnections: true,
machineIdentityAuthTemplates: false
};
};