User sync fixes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-10-31 02:34:59 +01:00
parent fdf6df4ca8
commit 7763bcc1ef
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ module.exports = Self => {
else
await $.user.upsert(appUser);
} else
await $.user.destroyAll({userName});
await $.user.destroyAll({username: userName});
// SIP