Fix exception in install view

These lines throw TypeErrors for previously registered clients.

// FREEBIE
pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent ac237b9e31
commit ff1bad674e
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -57,8 +57,8 @@
this.on('disconnected', this.reconnect);
if (Whisper.Registration.everDone()) {
this.installView.selectStep(Steps.SCAN_QR_CODE);
this.installView.hideDots();
this.selectStep(Steps.SCAN_QR_CODE);
this.hideDots();
}
},
connect: function() {

Loading…
Cancel
Save