fix email validation
This commit is contained in:
parent
34a6e1caa4
commit
8d1251b977
@ -55,7 +55,7 @@ export default async (ctx: Koa.Context) => {
|
||||
return;
|
||||
}
|
||||
|
||||
const available = await validateEmailForAccount(emailAddress);
|
||||
const { available } = await validateEmailForAccount(emailAddress);
|
||||
if (!available) {
|
||||
ctx.status = 400;
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user