Move remaining actions over to use redux and v4 endpoints (#6720)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fe7e9d95b3
Коммит
23ccfc845c
@@ -4,7 +4,7 @@
|
||||
import $ from 'jquery';
|
||||
import ReactDOM from 'react-dom';
|
||||
import * as Utils from 'utils/utils.jsx';
|
||||
import client from 'client/web_client.jsx';
|
||||
import {sendPasswordResetEmail} from 'actions/user_actions.jsx';
|
||||
|
||||
import {FormattedMessage, FormattedHTMLMessage} from 'react-intl';
|
||||
|
||||
@@ -45,7 +45,7 @@ class PasswordResetSendLink extends React.Component {
|
||||
error: ''
|
||||
});
|
||||
|
||||
client.sendPasswordReset(
|
||||
sendPasswordResetEmail(
|
||||
email,
|
||||
() => {
|
||||
this.setState({
|
||||
|
||||
Ссылка в новой задаче
Block a user