diff --git a/scm-ui/src/users/components/SetUserPassword.js b/scm-ui/src/users/components/SetUserPassword.js index a4a91c4083..dd826c2b90 100644 --- a/scm-ui/src/users/components/SetUserPassword.js +++ b/scm-ui/src/users/components/SetUserPassword.js @@ -74,7 +74,6 @@ class SetUserPassword extends React.Component { }; submit = (event: Event) => { - //TODO: set loading event.preventDefault(); if (this.isValid()) { const { user } = this.props;