mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
minor spelling change
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user