mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Add missing schema keys for LDAP (no-changelog) (#5348)
This commit is contained in:
committed by
GitHub
parent
56326cb317
commit
4dab2fec49
@@ -983,6 +983,17 @@ export const schema = {
|
||||
},
|
||||
},
|
||||
|
||||
ldap: {
|
||||
loginEnabled: {
|
||||
format: Boolean,
|
||||
default: false,
|
||||
},
|
||||
loginLabel: {
|
||||
format: String,
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
||||
hiringBanner: {
|
||||
enabled: {
|
||||
doc: 'Whether hiring banner in browser console is enabled.',
|
||||
|
||||
Reference in New Issue
Block a user