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:
parent
54bc29f28c
commit
25b0d764ed
@ -780,7 +780,8 @@ define([
|
|||||||
newSecret = Hash.getSecrets('drive', newHash);
|
newSecret = Hash.getSecrets('drive', newHash);
|
||||||
|
|
||||||
var optsPut = {
|
var optsPut = {
|
||||||
owners: [edPublic]
|
owners: [edPublic],
|
||||||
|
initialState: '{}',
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log("copying contents of old drive to new location");
|
console.log("copying contents of old drive to new location");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user