forked from trent_larson/crowd-funder-for-time-pwa
Clean up a bit
This commit is contained in:
@@ -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..."}))
|
||||
|
||||
Reference in New Issue
Block a user