Fix default config for anynymous drive

This commit is contained in:
yflory
2018-01-12 18:15:06 +01:00
parent 8ced81d8d7
commit a5b75e0164

View File

@@ -68,7 +68,7 @@ define(function() {
config.displayCreationScreen = false;
config.disableAnonymousStore = true;
config.disableAnonymousStore = false;
return config;
});