|
|
@ -221,7 +221,6 @@ export default class AccountViewView extends Vue { |
|
|
|
UPORT_ROOT_DERIVATION_PATH |
|
|
|
); |
|
|
|
console.log(newId); |
|
|
|
db.open(); |
|
|
|
db.accounts.add({ |
|
|
|
did: address, |
|
|
|
kid: newId.keys[0].kid, |
|
|
@ -231,7 +230,6 @@ export default class AccountViewView extends Vue { |
|
|
|
publicKeyHex: publicHex, |
|
|
|
type: "Secp256k1", |
|
|
|
}); |
|
|
|
db.close(); |
|
|
|
//appStore.dispatch(appSlice.actions.addLog({log: false, msg: "... created new ID..."})) |
|
|
|
accountStore.account = JSON.stringify(newId); |
|
|
|
//appStore.dispatch(appSlice.actions.addLog({log: false, msg: "... stored new ID..."})) |
|
|
|