Modified stuff for easyer testing, logging questiondb count in daily stats

This commit is contained in:
mrfry 2021-08-01 11:31:09 +02:00
parent d7b5ad8160
commit cc19b5424b
8 changed files with 11 additions and 40 deletions

View file

@ -13,6 +13,9 @@ export const testUser = {
avaiblePWRequests: 645,
pwRequestCount: 19,
created: new Date(),
pw: 'secret',
loginCount: 3,
createdBy: 1,
}
function renderLogin(req, res, jsonResponse) {