use validateKeys when instantiating object
This commit is contained in:
parent
22fbc7e5d8
commit
94f8e4b8a3
@ -37,8 +37,8 @@ define([
|
|||||||
data: {},
|
data: {},
|
||||||
network: Cryptpad.getNetwork(),
|
network: Cryptpad.getNetwork(),
|
||||||
channel: info.channel,
|
channel: info.channel,
|
||||||
readOnly: false, //undefined,
|
readOnly: false,
|
||||||
validateKey: undefined,
|
validateKey: keys.validateKey,
|
||||||
crypto: encryptor,
|
crypto: encryptor,
|
||||||
userName: 'profile',
|
userName: 'profile',
|
||||||
logLevel: 1,
|
logLevel: 1,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user