fix: removal object fetching
This commit is contained in:
parent
82a7cdb204
commit
a5fd3dd7fc
8 changed files with 24 additions and 22 deletions
|
@ -151,7 +151,9 @@ export class SignupService {
|
|||
usernameLower: username.toLowerCase(),
|
||||
host: this.utilityService.toPunyNullable(host),
|
||||
token: secret,
|
||||
autoRemoval: false,
|
||||
autoRemovalConditionId: condition.id,
|
||||
autoRemovalCondition: condition,
|
||||
isRoot: isTheFirstUser,
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue