Merge pull request #3728 from matrix-org/jryans/verify-users
Verify users when cross-signing enabled
This commit is contained in:
commit
be914c7b0c
10 changed files with 122 additions and 30 deletions
|
@ -59,7 +59,7 @@ export default createReactClass({
|
|||
Modal.createTrackedDialog('Device Verify Dialog', '', DeviceVerifyDialog, {
|
||||
userId: this.props.userId,
|
||||
device: this.state.device,
|
||||
});
|
||||
}, null, /* priority = */ false, /* static = */ true);
|
||||
},
|
||||
|
||||
onUnverifyClick: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue