n8n
Version:
n8n Workflow Automation Tool
7 lines • 367 B
JavaScript
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
;