mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Fix server crash with user directory
This commit is contained in:
parent
0d10e50d83
commit
605d75f091
@ -881,7 +881,7 @@ var addKnownUser = (Env, Server, cb, data, unsafeKey) => {
|
||||
block,
|
||||
alias,
|
||||
email: obj.email,
|
||||
name,
|
||||
name: obj.name,
|
||||
type: 'manual'
|
||||
};
|
||||
Users.add(Env, edPublic, userData, unsafeKey, cb);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user