From cffcfc88b8c218354bea2863911d1ca4936bf7f5 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:01:59 +0300 Subject: [PATCH] Update ChangePassword.tsx --- .../frontend/src/pages/UserProfilePage/ChangePassword.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsconcept/frontend/src/pages/UserProfilePage/ChangePassword.tsx b/rsconcept/frontend/src/pages/UserProfilePage/ChangePassword.tsx index 1c5c7e24..31ebc0d8 100644 --- a/rsconcept/frontend/src/pages/UserProfilePage/ChangePassword.tsx +++ b/rsconcept/frontend/src/pages/UserProfilePage/ChangePassword.tsx @@ -43,13 +43,13 @@ export function ChangePassword() { onChange={event => (setOldPassword(event.target.value))} /> (setNewPassword(event.target.value), setPasswordEqual(true))} /> (setNewPasswordRepeat(event.target.value), setPasswordEqual(true))}