Check registration ID on prekeymsg

This commit is contained in:
Matt Corallo 2014-05-14 18:15:46 -04:00
parent 76e7dcb77d
commit e3097746c0
2 changed files with 4 additions and 0 deletions

View file

@ -84,6 +84,7 @@ $('#init-go').click(function() {
storage.putEncrypted("password", password);
storage.putEncrypted('signaling_key', signaling_key);
storage.putUnencrypted("number_id", number_id);
storage.putUnencrypted("registrationId", registrationId);
$('#verify1done').html('done');
var register_keys_func = function() {