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 () {