typo in debug
This commit is contained in:
@@ -624,7 +624,7 @@ async function setProfileConfig(directoryConfig) {
|
||||
await set(exports.PROFILE_CONFIG_KEY, JSON.stringify(directoryConfig));
|
||||
|
||||
if (directoryConfig.mandatory2FA && !oldConfig.mandatory2FA) {
|
||||
debug('setDirectoryConfig: logging out non-2FA users to enforce 2FA');
|
||||
debug('setProfileConfig: logging out non-2FA users to enforce 2FA');
|
||||
|
||||
const allUsers = await users.list();
|
||||
for (const user of allUsers) {
|
||||
|
||||
Reference in New Issue
Block a user