update to use new style crypto module
This commit is contained in:
@@ -13,9 +13,9 @@ define([
|
||||
var config = {
|
||||
websocketURL: Config.websocketURL,
|
||||
channel: secret.channel,
|
||||
cryptKey: secret.key,
|
||||
//cryptKey: secret.key,
|
||||
data: {},
|
||||
crypto: Crypto
|
||||
crypto: Crypto.createEncryptor(secret.key)
|
||||
};
|
||||
|
||||
var module = window.APP = {};
|
||||
|
||||
Reference in New Issue
Block a user