pull/384/head
Matthew Hodgson 2015-11-17 02:40:19 +00:00
parent 7b3eea0b58
commit 79e39429b7
1 changed files with 2 additions and 0 deletions

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,
});