Skip to content
Snippets Groups Projects
Commit 34707d92 authored by mhanson@gmail.com's avatar mhanson@gmail.com
Browse files

Return the public key correctly...

parent eb3e20c6
No related branches found
No related tags found
No related merge requests found
......@@ -650,6 +650,8 @@
var keypair = CryptoStubs.genKeyPair();
persistAddressAndKeyPair(args.email, keypair);
console.log("TRUSTED registerVerifiedEmail done - returning " + keypair.pub);
return keypair.pub;
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment