aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/basicAuth/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/basicAuth/index.js')
-rw-r--r--src/features/basicAuth/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/basicAuth/index.js b/src/features/basicAuth/index.js
index 99abf0d11..03269582c 100644
--- a/src/features/basicAuth/index.js
+++ b/src/features/basicAuth/index.js
@@ -18,7 +18,7 @@ export function resetState() {
18 console.log('reset state', state); 18 console.log('reset state', state);
19} 19}
20 20
21export default function initialize(stores) { 21export default function initialize() {
22 debug('Initialize basicAuth feature'); 22 debug('Initialize basicAuth feature');
23 23
24 window.franz.features.basicAuth = { 24 window.franz.features.basicAuth = {