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

@@ -72,6 +72,7 @@ module.exports = {
autoEnrollGroups: { v: str.autoEnrollGroups }
}).where('key', str.key)
}
await WIKI.auth.activateStrategies()
return {
responseResult: graphHelper.generateSuccess('Strategies updated successfully')
}