mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
fix: failing tests
This commit is contained in:
parent
9f3ca73075
commit
5214a7f88e
@ -6,7 +6,8 @@ class ConfigController extends Controller {
|
||||
constructor(config, { versionService }) {
|
||||
super(config);
|
||||
this.versionService = versionService;
|
||||
const authenticationType = config.authentication.type;
|
||||
const authenticationType =
|
||||
config.authentication && config.authentication.type;
|
||||
this.uiConfig = {
|
||||
...config.ui,
|
||||
authenticationType,
|
||||
|
Loading…
Reference in New Issue
Block a user