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:
parent
125e9bce12
commit
a30da69063
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue