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