minor spelling change

This commit is contained in:
mrfry 2023-03-29 20:14:29 +02:00
parent 125e9bce12
commit a30da69063

View file

@ -73,7 +73,7 @@ function createDefaultUser(userDb: Database) {
}) })
logger.Log('ID and PW for user #1: ', 'yellowbg') logger.Log('ID and PW for user #1: ', 'yellowbg')
console.log(`ID: #${insertRes.lastInsertRowid}, PW: "${pw}"`) console.log(`ID: #${insertRes.lastInsertRowid}, PW: "${pw}"`)
logger.Log('It can be also viewed from the user db file.') logger.Log('It can be also viewed in the users db file.')
} }
// TODO: figure out if this is needed // TODO: figure out if this is needed