@@ -24,7 +24,6 @@ class PasswordResetModal extends React.Component {
this.resetPassword = this.resetPassword.bind(this);
}
- // Reset Password
async resetPassword() {
const { t, userForPasswordResetModal } = this.props;
try {