mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
less duplication
This commit is contained in:
parent
91d59556db
commit
540a7f5c02
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default class VerificationPanel extends React.PureComponent {
|
|||
if (request.requestEvent && request.requestEvent.getId() && crossSigningInfo) {
|
||||
const qrCodeKeys = [
|
||||
[MatrixClientPeg.get().getDeviceId(), MatrixClientPeg.get().getDeviceEd25519Key()],
|
||||
[myKeyId, MatrixClientPeg.get().getCrossSigningId()],
|
||||
[myKeyId, myKeyId],
|
||||
];
|
||||
const qrCode = <VerificationQRCode
|
||||
keyholderUserId={MatrixClientPeg.get().getUserId()}
|
||||
|
|
Loading…
Reference in a new issue