mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
committed by
GitHub
parent
fcac1ddd9f
commit
3a9c257f55
@@ -102,6 +102,10 @@ export class License {
|
||||
return this.isFeatureEnabled(LICENSE_FEATURES.LDAP);
|
||||
}
|
||||
|
||||
isSamlEnabled() {
|
||||
return this.isFeatureEnabled(LICENSE_FEATURES.SAML);
|
||||
}
|
||||
|
||||
getCurrentEntitlements() {
|
||||
return this.manager?.getCurrentEntitlements() ?? [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user