Fix up a few things so registration works
This commit is contained in:
parent
832daf54db
commit
000a5e1440
4 changed files with 7 additions and 3 deletions
|
@ -855,7 +855,7 @@ var crypto_tests = {};
|
|||
if (identityKey === undefined)
|
||||
crypto_storage.getNewPubKeySTORINGPrivKey("identityKey", function(pubKey) { identityKeyCalculated(pubKey); });
|
||||
else
|
||||
identityKeyCalculated(pubKey);
|
||||
identityKeyCalculated(identityKey);
|
||||
}
|
||||
|
||||
}( window.crypto = window.crypto || {}, jQuery ));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue