upd: make sure system users get the values properly set
This commit is contained in:
parent
ed95e8168c
commit
2eaff3388f
2 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ export class CreateSystemUserService {
|
|||
isExplorable: false,
|
||||
approved: true,
|
||||
isBot: true,
|
||||
idCheckRequired: false,
|
||||
idVerified: true,
|
||||
}).then(x => transactionalEntityManager.findOneByOrFail(MiUser, x.identifiers[0]));
|
||||
|
||||
await transactionalEntityManager.insert(MiUserKeypair, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue