refactor
This commit is contained in:
parent
b3ec47c3f4
commit
f3e43a0fc6
2 changed files with 5 additions and 6 deletions
|
@ -169,7 +169,6 @@ export class SignupApiService {
|
|||
try {
|
||||
const { account, secret } = await this.signupService.signup({
|
||||
username, password, host,
|
||||
ignorePreservedUsernames: (await this.usersRepository.countBy({ host: IsNull() })) === 0,
|
||||
});
|
||||
|
||||
const res = await this.userEntityService.pack(account, account, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue