Updated all dependencies. Updated MindGeek to Aylo.
This commit is contained in:
@@ -85,7 +85,7 @@ async function signup(credentials) {
|
||||
const hashedPassword = (await scrypt(credentials.password, salt, 64)).toString('hex');
|
||||
const storedPassword = `${salt}/${hashedPassword}`;
|
||||
|
||||
const [userId] = await knex('users')
|
||||
const [{ id: userId }] = await knex('users')
|
||||
.insert({
|
||||
username: curatedUsername,
|
||||
email: credentials.email,
|
||||
|
||||
Reference in New Issue
Block a user