Merge remote-tracking branch 'origin/develop' into dbkr/threepid_display
This commit is contained in:
commit
92d5f55a46
14 changed files with 225 additions and 164 deletions
|
@ -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'});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue