Fix: backup not working
This commit is contained in:
parent
c946caaca6
commit
50d3166357
@ -626,7 +626,7 @@
|
|||||||
pubKey: user.public,
|
pubKey: user.public,
|
||||||
data: floDapps.user.encipher(data),
|
data: floDapps.user.encipher(data),
|
||||||
}
|
}
|
||||||
blobData.sign = floDapps.sign(blobData.data);
|
blobData.sign = floDapps.user.sign(blobData.data);
|
||||||
resolve(new Blob([JSON.stringify(blobData)], {
|
resolve(new Blob([JSON.stringify(blobData)], {
|
||||||
type: 'application/json'
|
type: 'application/json'
|
||||||
}));
|
}));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user