From e38d6d1093dda7007670558e18b81941b8017366 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 17 Dec 2019 10:29:02 +0100 Subject: [PATCH] Fix link generation --- www/common/outer/invitation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/invitation.js b/www/common/outer/invitation.js index f33f93bb1..4b0844c7f 100644 --- a/www/common/outer/invitation.js +++ b/www/common/outer/invitation.js @@ -4,7 +4,7 @@ var factory = function (Util, Cred, nThen, Nacl) { var Invite = {}; var encode64 = Nacl.util.encodeBase64; - var decode64 = Nacl.util.decode64; + var decode64 = Nacl.util.decodeBase64; // ed and curve keys can be random... Invite.generateKeys = function () {