mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #189 from nickago/MM-1591
MM-1591 Fixed typo, returned password flow to standard model
This commit is contained in:
@@ -626,7 +626,7 @@ var SecurityTab = React.createClass({
|
||||
|
||||
client.updatePassword(data,
|
||||
function(data) {
|
||||
this.updateSection("");
|
||||
this.props.updateSection("");
|
||||
AsyncClient.getMe();
|
||||
this.setState({ current_password: '', new_password: '', confirm_password: '' });
|
||||
}.bind(this),
|
||||
|
||||
Reference in New Issue
Block a user