Browse Source

Clean up a bit

kb/add-usage-guide
Matthew Aaron Raymer 2 years ago
parent
commit
0fa0936c59
  1. 2
      src/views/AccountViewView.vue

2
src/views/AccountViewView.vue

@ -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..."}))

Loading…
Cancel
Save