User sync fixes
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
fdf6df4ca8
commit
7763bcc1ef
|
@ -189,7 +189,7 @@ module.exports = Self => {
|
|||
else
|
||||
await $.user.upsert(appUser);
|
||||
} else
|
||||
await $.user.destroyAll({userName});
|
||||
await $.user.destroyAll({username: userName});
|
||||
|
||||
// SIP
|
||||
|
||||
|
|
Loading…
Reference in New Issue