feat: admin auth - UI + form fields per provider + refresh

This commit is contained in:
NGPixel
2018-03-05 23:13:20 -05:00
parent f5fb21aaba
commit 6ff4152e1c
5 changed files with 52 additions and 11 deletions

View File

@@ -90,8 +90,8 @@ const init = {
console.warn('--- >>>>>>>>>>>>>>>>>>>>>>>>>>>> ---')
console.warn('--- Changes detected: Restarting ---')
console.warn('--- <<<<<<<<<<<<<<<<<<<<<<<<<<<< ---')
global.wiki.server.destroy(() => {
global.wiki = {}
global.WIKI.server.destroy(() => {
global.WIKI = {}
for (const workerId in cluster.workers) {
cluster.workers[workerId].kill()
}