pass initialState variable when copying your drive in the changeUserPassword function

because the hardest problems to debug are always fixed with one line changes
pull/1/head
ansuz 2018-07-10 16:42:11 +02:00
parent 54bc29f28c
commit 25b0d764ed
1 changed files with 2 additions and 1 deletions

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");