New assets, fixed list box scrolling, header text, etc..
This commit is contained in:
@@ -15,7 +15,7 @@ new DB().connect(mongoUri).then((db) => {
|
||||
|
||||
const User = db.User
|
||||
let user = new User({
|
||||
role: "administrator"
|
||||
administrator: true,
|
||||
})
|
||||
user.firstName = readlineSync.question('First name? ')
|
||||
user.lastName = readlineSync.question('Last name? ')
|
||||
|
||||
Reference in New Issue
Block a user