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 6 years ago
parent 54bc29f28c
commit 25b0d764ed

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

Loading…
Cancel
Save