Fix standalone registration page
This commit is contained in:
parent
9930937707
commit
84237cae6f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
number, verificationCode, password, signalingKey, registrationId, true
|
||||
).then(function() {
|
||||
log('generating keys');
|
||||
return axolotl.protocol.generateKeys().then(function(keys) {
|
||||
return textsecure.protocol_wrapper.generateKeys().then(function(keys) {
|
||||
log('uploading keys');
|
||||
return textsecure.api.registerKeys(keys).then(function() {
|
||||
textsecure.registration.done();
|
||||
|
|
Loading…
Reference in a new issue