Fix SonarQube issues

This commit is contained in:
Aditya Toshniwal
2024-02-22 16:54:20 +05:30
parent 125d36e7d2
commit 29e85a6b06
26 changed files with 74 additions and 141 deletions

View File

@@ -102,8 +102,6 @@ export default function ChangePasswordContent({getInitData=() => { /*This is int
ChangePasswordContent.propTypes = {
onSave: PropTypes.func,
onClose: PropTypes.func,
userName: PropTypes.string,
isPgpassFileUsed: PropTypes.bool,
getInitData: PropTypes.func,
hasCsrfToken: PropTypes.bool,
showUser: PropTypes.bool