Hide verification QR code
The scannable fingerprint format has changed, leaving our qr codes out of date and thus unscannable.
This commit is contained in:
@@ -304,7 +304,7 @@
|
|||||||
{{ /has_their_key }}
|
{{ /has_their_key }}
|
||||||
{{ #has_their_key }}
|
{{ #has_their_key }}
|
||||||
<label> {{ yourSafetyNumberWith }} </label>
|
<label> {{ yourSafetyNumberWith }} </label>
|
||||||
<div class='qr'></div>
|
<!--<div class='qr'></div>-->
|
||||||
<div class='key'>
|
<div class='key'>
|
||||||
{{ #chunks }} <span>{{ . }}</span> {{ /chunks }}
|
{{ #chunks }} <span>{{ . }}</span> {{ /chunks }}
|
||||||
</div>
|
</div>
|
||||||
|
@@ -17,8 +17,8 @@
|
|||||||
this.loadTheirKey(),
|
this.loadTheirKey(),
|
||||||
this.loadOurKey(),
|
this.loadOurKey(),
|
||||||
]).then(this.generateSecurityNumber.bind(this))
|
]).then(this.generateSecurityNumber.bind(this))
|
||||||
.then(this.render.bind(this))
|
.then(this.render.bind(this));
|
||||||
.then(this.makeQRCode.bind(this));
|
//.then(this.makeQRCode.bind(this));
|
||||||
},
|
},
|
||||||
makeQRCode: function() {
|
makeQRCode: function() {
|
||||||
new QRCode(this.$('.qr')[0]).makeCode(
|
new QRCode(this.$('.qr')[0]).makeCode(
|
||||||
|
Reference in New Issue
Block a user