We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f08c3 commit 38e9ddeCopy full SHA for 38e9dde
js/views/install_view.js
@@ -195,7 +195,7 @@
195
'confirmNumber: error clearing database',
196
error && error.stack ? error.stack : error
197
);
198
- finish();
+ return finish();
199
});
200
201
libtextsecure/account_manager.js
@@ -422,6 +422,12 @@
422
423
await this.deviceNameIsEncrypted();
424
425
+ window.log.info(
426
+ `createAccount: Number is ${number}, password has length: ${
427
+ password ? password.length : 'none'
428
+ }`
429
+ );
430
+
431
const response = await this.server.confirmCode(
432
number,
433
verificationCode,
0 commit comments