mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-15 01:12:23 +02:00
less duplication
This commit is contained in:
parent
91d59556db
commit
540a7f5c02
@ -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…
x
Reference in New Issue
Block a user