Merge branch 'dev' into staging

This commit is contained in:
Vins 2024-11-04 11:28:55 +01:00
commit 437772deb0

View File

@ -50,7 +50,7 @@ export default class UserController extends ApiController {
if (!user) { if (!user) {
console.error("User not found"); console.error("User not found");
this.httpUnauthorized(response, "User not found"); this.httpUnauthorized(response, "Email not found");
return; return;
} }