Skip to content
Snippets Groups Projects
Commit bc7d9c6b authored by Austin King's avatar Austin King
Browse files

Fixing publickey variable scope

parent a129aeed
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ BrowserID.Provisioning = (function() {
});
chan.bind('genKeyPair', function(trans, s) {
var keypair = jwk.KeyPair.generate("DS", BrowserID.KEY_LENGTH);
keypair = jwk.KeyPair.generate("DS", BrowserID.KEY_LENGTH);
return keypair.publicKey.toSimpleObject();
});
......
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