Fix standalone registration page

pull/749/head
lilia 10 years ago
parent 9930937707
commit 84237cae6f

@ -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…
Cancel
Save