do not log admin password

This commit is contained in:
lesion
2021-11-10 11:00:16 +01:00
parent a10206470b
commit fd23c2429f

View File

@@ -69,7 +69,6 @@ const setupController = {
}) })
res.json({ password, email }) res.json({ password, email })
log.info(`Admin: ${email} / password: ${password}`)
log.info('Restart needed') log.info('Restart needed')
res.end() res.end()