diff --git a/src/app/api/idnot/UserController.ts b/src/app/api/idnot/UserController.ts index 41cfb63a..0eb744c5 100644 --- a/src/app/api/idnot/UserController.ts +++ b/src/app/api/idnot/UserController.ts @@ -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; }