Fixed typo, returned password flow to standard model
Этот коммит содержится в:
@@ -626,7 +626,7 @@ var SecurityTab = React.createClass({
|
|||||||
|
|
||||||
client.updatePassword(data,
|
client.updatePassword(data,
|
||||||
function(data) {
|
function(data) {
|
||||||
this.updateSection("");
|
this.props.updateSection("");
|
||||||
AsyncClient.getMe();
|
AsyncClient.getMe();
|
||||||
this.setState({ current_password: '', new_password: '', confirm_password: '' });
|
this.setState({ current_password: '', new_password: '', confirm_password: '' });
|
||||||
}.bind(this),
|
}.bind(this),
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user