mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Removed unneeded log
This commit is contained in:
parent
2571d82447
commit
86c7b93386
@ -102,7 +102,6 @@ export const resolvers = {
|
||||
.then(async (result) => {
|
||||
session.close()
|
||||
const [currentUser] = await result.records.map(function (record) {
|
||||
// console.log(record.get('user'))
|
||||
return record.get('user')
|
||||
})
|
||||
if (currentUser && await bcrypt.compareSync(password, currentUser.password)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user