Merge pull request #28600 from backstage/freben/optional-ldap

make `ldapOrg` config key optional
This commit is contained in:
Fredrik Adelöw
2025-01-23 16:52:35 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -437,7 +437,7 @@ export interface Config {
/**
* LdapOrg provider key
*/
ldapOrg: {
ldapOrg?: {
/**
* Id of the LdapOrg provider
*/