diff --git a/src/pages/authentication/ChangePassword.jsx b/src/pages/authentication/ChangePassword.jsx index 5191d6c3..a501c5eb 100644 --- a/src/pages/authentication/ChangePassword.jsx +++ b/src/pages/authentication/ChangePassword.jsx @@ -69,22 +69,17 @@ const ChangePasswordPage = ({ onClose }) => { className="modal d-flex align-items-center justify-content-center show" tabIndex="-1" role="dialog" - style={{ display: "flex", backgroundColor: "rgba(0,0,0,0.5)" }} + style={{ backgroundColor: "rgba(0,0,0,0.5)" }} >
@@ -119,7 +114,6 @@ const ChangePasswordPage = ({ onClose }) => { )}