pass initialState variable when copying your drive in the changeUserPassword function

because the hardest problems to debug are always fixed with one line changes
This commit is contained in:
ansuz 2018-07-10 16:42:11 +02:00
parent 54bc29f28c
commit 25b0d764ed

View File

@ -780,7 +780,8 @@ define([
newSecret = Hash.getSecrets('drive', newHash);
var optsPut = {
owners: [edPublic]
owners: [edPublic],
initialState: '{}',
};
console.log("copying contents of old drive to new location");