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