mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +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 }) {
|
constructor(config, { versionService }) {
|
||||||
super(config);
|
super(config);
|
||||||
this.versionService = versionService;
|
this.versionService = versionService;
|
||||||
const authenticationType = config.authentication.type;
|
const authenticationType =
|
||||||
|
config.authentication && config.authentication.type;
|
||||||
this.uiConfig = {
|
this.uiConfig = {
|
||||||
...config.ui,
|
...config.ui,
|
||||||
authenticationType,
|
authenticationType,
|
||||||
|
Loading…
Reference in New Issue
Block a user