mirror of https://github.com/vector-im/riot-web
add todo
parent
7b3eea0b58
commit
79e39429b7
|
@ -104,6 +104,8 @@ module.exports = React.createClass({
|
||||||
savePromises.push( UserSettingsStore.saveThreePids(this.state.threepids) );
|
savePromises.push( UserSettingsStore.saveThreePids(this.state.threepids) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: do the password check
|
||||||
|
|
||||||
self.setState({
|
self.setState({
|
||||||
phase: self.Phases.Saving,
|
phase: self.Phases.Saving,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue