UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

7 lines 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SAML_LOGIN_ENABLED = exports.SAML_LOGIN_LABEL = exports.SAML_PREFERENCES_DB_KEY = void 0; exports.SAML_PREFERENCES_DB_KEY = 'features.saml'; exports.SAML_LOGIN_LABEL = 'sso.saml.loginLabel'; exports.SAML_LOGIN_ENABLED = 'sso.saml.loginEnabled'; //# sourceMappingURL=constants.js.map