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:
parent
b4007e58f2
commit
e86142d07c
2 changed files with 3 additions and 3 deletions
|
@ -17,8 +17,8 @@
|
|||
this.loadTheirKey(),
|
||||
this.loadOurKey(),
|
||||
]).then(this.generateSecurityNumber.bind(this))
|
||||
.then(this.render.bind(this))
|
||||
.then(this.makeQRCode.bind(this));
|
||||
.then(this.render.bind(this));
|
||||
//.then(this.makeQRCode.bind(this));
|
||||
},
|
||||
makeQRCode: function() {
|
||||
new QRCode(this.$('.qr')[0]).makeCode(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue