use validateKeys when instantiating object

This commit is contained in:
ansuz 2017-07-10 09:21:58 +02:00
parent 22fbc7e5d8
commit 94f8e4b8a3
1 changed files with 2 additions and 2 deletions

View File

@ -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,