Fixed error popup

This commit is contained in:
Vins 2024-11-04 11:28:40 +01:00
parent 987cf35f6f
commit 71c0a29c61

View File

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