mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Actually add the secret to the QR code url
This commit is contained in:
parent
b7e680ba51
commit
12fa94106e
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ export default class VerificationQRCode extends React.PureComponent {
|
|||
request: this.props.requestEventId,
|
||||
action: this.props.action,
|
||||
other_user_key: this.props.otherUserKey,
|
||||
secret: this.props.secret,
|
||||
};
|
||||
for (const key of this.props.keys) {
|
||||
query[`key_${key[0]}`] = key[1];
|
||||
|
|
Loading…
Reference in a new issue