From 2fc67d1c9bc2038179771238a0cb5d58995e05c3 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 21 Dec 2018 11:35:00 +0100 Subject: BasicAuth first draft --- src/stores/FeaturesStore.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stores/FeaturesStore.js') diff --git a/src/stores/FeaturesStore.js b/src/stores/FeaturesStore.js index 2a0713b6f..2eccf87ee 100644 --- a/src/stores/FeaturesStore.js +++ b/src/stores/FeaturesStore.js @@ -6,6 +6,7 @@ import CachedRequest from './lib/CachedRequest'; import delayApp from '../features/delayApp'; import spellchecker from '../features/spellchecker'; import serviceProxy from '../features/serviceProxy'; +import basicAuth from '../features/basicAuth'; import { DEFAULT_FEATURES_CONFIG } from '../config'; @@ -47,5 +48,6 @@ export default class FeaturesStore extends Store { delayApp(this.stores, this.actions); spellchecker(this.stores, this.actions); serviceProxy(this.stores, this.actions); + basicAuth(this.stores, this.actions); } } -- cgit v1.2.3-70-g09d2