Remove the 'enablePinning' config property

This commit is contained in:
yflory
2019-05-27 15:29:36 +02:00
parent bf0fd64a70
commit 28c8834fa4
6 changed files with 4 additions and 24 deletions

View File

@@ -66,7 +66,7 @@ define([
}
// Add the folder
if (!loggedIn || !AppConfig.enablePinning || config.testMode) {
if (!loggedIn || config.testMode) {
return void cb("EAUTH");
}
var id = Util.createRandomInteger();