diff --git a/packages/cli/src/controllers/auth.controller.ts b/packages/cli/src/controllers/auth.controller.ts index a0dbac374da58..f5208c868b0ce 100644 --- a/packages/cli/src/controllers/auth.controller.ts +++ b/packages/cli/src/controllers/auth.controller.ts @@ -103,6 +103,7 @@ export class AuthController { this.eventRelay.emit('user-login-failed', { authenticationMethod: usedAuthenticationMethod, userEmail: email, + reason: 'wrong credentials', }); throw new AuthError('Wrong username or password. Do you have caps lock on?'); }