misc: finalized captcha error message

This commit is contained in:
Sheen Capadngan
2024-06-06 21:54:35 +08:00
parent 65d88ef08e
commit 15c05b4910

View File

@@ -208,7 +208,8 @@ export const authLoginServiceFactory = ({
) {
if (!captchaToken) {
throw new BadRequestError({
name: "Captcha Required"
name: "Captcha Required",
message: "Accomplish the required captcha by logging in via Web"
});
}