From 5a25b33258ceea67780a0b45edb632b1789a6c2e Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Tue, 23 Jun 2026 20:21:52 -0700 Subject: [PATCH] fix(account): show new!=current error under New Password field Co-Authored-By: Claude Opus 4.8 --- .../change-password-form/change-password-form.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/APP/src/app/features/account/components/change-password-form/change-password-form.component.ts b/APP/src/app/features/account/components/change-password-form/change-password-form.component.ts index c110797..d0b8cde 100644 --- a/APP/src/app/features/account/components/change-password-form/change-password-form.component.ts +++ b/APP/src/app/features/account/components/change-password-form/change-password-form.component.ts @@ -42,6 +42,9 @@ import { Must be at least 8 characters with an uppercase letter, a lowercase letter, a digit, and a special character. + + New password must be different from the current password. + @@ -54,9 +57,6 @@ import { Passwords do not match. - - New password must be different from the current password. -