Updated language bundles with new keys.

This commit is contained in:
Mike Cao 2023-04-08 13:14:22 -07:00
parent 45d3fa4016
commit 2656de6682
54 changed files with 3513 additions and 2290 deletions

View file

@ -48,7 +48,7 @@ export default async (
return ok(res, { token, user });
}
return unauthorized(res, 'Incorrect username and/or password.');
return unauthorized(res, 'message.incorrect-username-password');
}
return methodNotAllowed(res);