parent
e8177ee311
commit
0ad7869249
11 changed files with 68 additions and 6 deletions
|
|
@ -52,6 +52,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
|
|||
const { account, secret } = await this.signupService.signup({
|
||||
username: ps.username,
|
||||
password: ps.password,
|
||||
ignorePreservedUsernames: true,
|
||||
});
|
||||
|
||||
const res = await this.userEntityService.pack(account, account, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue