diff --git a/www/common/sframe-common-outer.js b/www/common/sframe-common-outer.js index 6913f7ef5..d06ffd4b5 100644 --- a/www/common/sframe-common-outer.js +++ b/www/common/sframe-common-outer.js @@ -262,7 +262,7 @@ define([ msg = parsed[1][4]; if (msg) { msg = msg.replace(/^cp\|/, ''); - var decryptedMsg = crypto.decrypt(msg, secret.keys.validateKey); + var decryptedMsg = crypto.decrypt(msg, true); msgs.push(decryptedMsg); } };