fix(core): Add missing schema keys for LDAP (no-changelog) (#5348)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-02-03 12:50:08 +01:00
committed by GitHub
parent 56326cb317
commit 4dab2fec49
2 changed files with 11 additions and 2 deletions

View File

@@ -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.',