This commit is contained in:
Matthew Hodgson 2015-11-17 02:40:19 +00:00
parent 7b3eea0b58
commit 79e39429b7

View file

@ -104,6 +104,8 @@ module.exports = React.createClass({
savePromises.push( UserSettingsStore.saveThreePids(this.state.threepids) );
}
// TODO: do the password check
self.setState({
phase: self.Phases.Saving,
});