Fixed typo, returned password flow to standard model

Этот коммит содержится в:
nickago
2015-07-15 08:45:17 -07:00
родитель a45dea6b06
Коммит 46e076529a

Просмотреть файл

@@ -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),