From 5f9d60d3328afd6b2a598818cc95cc387ab4860f Mon Sep 17 00:00:00 2001 From: Phan Huy Tran Date: Wed, 14 May 2025 09:53:17 +0200 Subject: [PATCH 1/2] refactor: immediately display login error --- .../feature/auth/login/login.component.html | 40 ++++++++++--------- .../app/feature/auth/login/login.component.ts | 24 +++++------ 2 files changed, 33 insertions(+), 31 deletions(-) diff --git a/frontend/src/app/feature/auth/login/login.component.html b/frontend/src/app/feature/auth/login/login.component.html index c10b232..40fc3e6 100644 --- a/frontend/src/app/feature/auth/login/login.component.html +++ b/frontend/src/app/feature/auth/login/login.component.html @@ -2,9 +2,11 @@