From 84237cae6f12b55cd317cf80fb87a37ca88dc75e Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 18 Mar 2015 18:14:21 -0700 Subject: [PATCH] Fix standalone registration page --- js/register.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/register.js b/js/register.js index 0f790055ef..ea9830f666 100644 --- a/js/register.js +++ b/js/register.js @@ -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();