Fix link generation

This commit is contained in:
yflory
2019-12-17 10:29:02 +01:00
parent da4399e3dc
commit e38d6d1093

View File

@@ -4,7 +4,7 @@ var factory = function (Util, Cred, nThen, Nacl) {
var Invite = {}; var Invite = {};
var encode64 = Nacl.util.encodeBase64; var encode64 = Nacl.util.encodeBase64;
var decode64 = Nacl.util.decode64; var decode64 = Nacl.util.decodeBase64;
// ed and curve keys can be random... // ed and curve keys can be random...
Invite.generateKeys = function () { Invite.generateKeys = function () {