do not log admin password
This commit is contained in:
parent
a10206470b
commit
fd23c2429f
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ const setupController = {
|
|||
})
|
||||
|
||||
res.json({ password, email })
|
||||
log.info(`Admin: ${email} / password: ${password}`)
|
||||
log.info('Restart needed')
|
||||
|
||||
res.end()
|
||||
|
|
Loading…
Reference in a new issue