Only dispatch password_changed when password has changed
This commit is contained in:
@@ -38,7 +38,7 @@ export default React.createClass({
|
||||
},
|
||||
|
||||
_onPasswordChanged: function() {
|
||||
this.props.onFinished();
|
||||
this.props.onFinished(true);
|
||||
},
|
||||
|
||||
_onPasswordChangeError: function(err) {
|
||||
|
||||
Reference in New Issue
Block a user