From e91eabec83925e29db02e5e9943c32a59b9c9848 Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Mon, 28 Sep 2020 14:23:52 -0500 Subject: [PATCH] refactor(config): remove autojoin password from allow list --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 6cfc6f36..aeb97a70 100644 --- a/config/index.js +++ b/config/index.js @@ -25,7 +25,7 @@ const get = (file, blockList = []) => { whitelist: Object.keys(defaults).concat([ 'autojoin__server', 'autojoin__room', - 'autojoin__password', + 'authentication__mechanism', 'authentication__type', 'authentication__authorized',