mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
Add logging to help track down 401s during registration
This commit is contained in:
@@ -422,6 +422,12 @@
|
||||
);
|
||||
await this.deviceNameIsEncrypted();
|
||||
|
||||
window.log.info(
|
||||
`createAccount: Number is ${number}, password has length: ${
|
||||
password ? password.length : 'none'
|
||||
}`
|
||||
);
|
||||
|
||||
const response = await this.server.confirmCode(
|
||||
number,
|
||||
verificationCode,
|
||||
|
||||
Reference in New Issue
Block a user