Showing info on get veteran pw when client id starts with zero

This commit is contained in:
MrFry 2020-04-13 12:54:38 +02:00
parent 6179ad7f95
commit 34f44a0fa2
2 changed files with 24 additions and 3 deletions

View file

@ -187,7 +187,8 @@ function GetApp () {
app.get('/getVeteranPw', function (req, res) {
res.render('veteranPw', {
cid: req.query.cid || ''
cid: req.query.cid || '',
devel: process.env.NS_DEVEL
})
logger.LogReq(req)
})