added the seed field in the store
This commit is contained in:
@@ -169,6 +169,7 @@ class Store {
|
|||||||
|
|
||||||
get decryptedUserData(){
|
get decryptedUserData(){
|
||||||
return this._userData.map((elem) => ({
|
return this._userData.map((elem) => ({
|
||||||
|
...elem,
|
||||||
key: elem.label,
|
key: elem.label,
|
||||||
label: labelMap[elem.label],
|
label: labelMap[elem.label],
|
||||||
value: cryptography.decryptMessageWithPassphrase(elem.value, elem.value_nonce, registrationStore.passPhrase, registrationStore.pubKey).split(':')[1]
|
value: cryptography.decryptMessageWithPassphrase(elem.value, elem.value_nonce, registrationStore.passPhrase, registrationStore.pubKey).split(':')[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user