Better error
This commit is contained in:
parent
4f043b1841
commit
29469bb7c6
@ -117,7 +117,7 @@ export default async (ctx: Koa.BaseContext) => {
|
||||
host: null
|
||||
});
|
||||
|
||||
if (exist) throw 'already registered';
|
||||
if (exist) throw new Error(' the username is already used');
|
||||
|
||||
account = await transactionalEntityManager.save(new User({
|
||||
id: genId(),
|
||||
|
Loading…
Reference in New Issue
Block a user