mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 19:55:26 +02:00
Update AuthenticationManager.js
revert Changes - the pull request was faulty. This was already the id...
This commit is contained in:
parent
9344017322
commit
1e60e141f3
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ const AuthenticationManager = {
|
||||||
}
|
}
|
||||||
db.users.update(
|
db.users.update(
|
||||||
{
|
{
|
||||||
_id: ObjectId(userId._id.toString())
|
_id: ObjectId(userId.toString())
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
$set: {
|
$set: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue