feat: auth advanced settings UI + reload auth on save

This commit is contained in:
Nicolas Giard
2018-10-12 23:14:11 -04:00
parent aa08459daf
commit 3caa842d18
4 changed files with 53 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ module.exports = {
}
})
WIKI.auth.strategies[stg.key] = strategy
WIKI.logger.info(`Authentication Strategy ${stg.title}: [ OK ]`)
WIKI.logger.info(`Authentication Strategy ${stg.key}: [ OK ]`)
}
} catch (err) {
WIKI.logger.error(`Authentication Strategy: [ FAILED ]`)