From a77f7cecbb467ead568b6189633c04bf42eb7ce4 Mon Sep 17 00:00:00 2001 From: Vikas Nale Date: Tue, 10 Jun 2025 20:09:50 +0530 Subject: [PATCH] change password label change --- src/pages/authentication/ChangePassword.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/authentication/ChangePassword.jsx b/src/pages/authentication/ChangePassword.jsx index a0b7cebd..753340e4 100644 --- a/src/pages/authentication/ChangePassword.jsx +++ b/src/pages/authentication/ChangePassword.jsx @@ -212,15 +212,16 @@ const ChangePasswordPage = ({ onClose }) => {

Password must be:

- at least 8 characters long

- - must contain at least one uppercase letter + - must contain one uppercase, one lowercase letter, at least one + number, at least one special character

-

+ {/*

- must contain at least one lowercase letter

- must contain at least one number

- must contain at least one special character -

+

*/}