mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 15:09:39 +02:00
parent
5a3fb35002
commit
b2ac61d12b
1 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ export async function login(
|
||||||
}
|
}
|
||||||
return next(
|
return next(
|
||||||
createHttpError(
|
createHttpError(
|
||||||
HttpCode.BAD_REQUEST,
|
HttpCode.UNAUTHORIZED,
|
||||||
"Username or password is incorrect"
|
"Username or password is incorrect"
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -98,7 +98,7 @@ export async function login(
|
||||||
}
|
}
|
||||||
return next(
|
return next(
|
||||||
createHttpError(
|
createHttpError(
|
||||||
HttpCode.BAD_REQUEST,
|
HttpCode.UNAUTHORIZED,
|
||||||
"Username or password is incorrect"
|
"Username or password is incorrect"
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -129,7 +129,7 @@ export async function login(
|
||||||
}
|
}
|
||||||
return next(
|
return next(
|
||||||
createHttpError(
|
createHttpError(
|
||||||
HttpCode.BAD_REQUEST,
|
HttpCode.UNAUTHORIZED,
|
||||||
"The two-factor code you entered is incorrect"
|
"The two-factor code you entered is incorrect"
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue