Merge remote-tracking branch 'origin/develop' into dbkr/threepid_display

This commit is contained in:
David Baker 2017-03-17 13:55:07 +00:00
commit 92d5f55a46
14 changed files with 225 additions and 164 deletions

View file

@ -268,6 +268,12 @@ module.exports = React.createClass({
but for now be warned.
</div>,
button: "Sign out",
extraButtons: [
<button className="mx_Dialog_primary"
onClick={this._onExportE2eKeysClicked}>
Export E2E room keys
</button>
],
onFinished: (confirmed) => {
if (confirmed) {
dis.dispatch({action: 'logout'});