mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Fix for logging in on site and with script
This commit is contained in:
@@ -178,7 +178,7 @@ function GetApp () {
|
||||
|
||||
app.get('/getVeteranPw', function (req, res) {
|
||||
res.render('veteranPw', {
|
||||
cid: req.query.cid
|
||||
cid: req.query.cid || ''
|
||||
})
|
||||
logger.LogReq(req)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user