forked from jsnbuchanan/crowd-funder-for-time-pwa
await all of the db.settings updates
This commit is contained in:
@@ -143,7 +143,7 @@ export default class ImportAccountView extends Vue {
|
||||
|
||||
// record that as the active DID
|
||||
await db.open();
|
||||
db.settings.update(MASTER_SETTINGS_KEY, {
|
||||
await db.settings.update(MASTER_SETTINGS_KEY, {
|
||||
activeDid: newId.did,
|
||||
});
|
||||
this.$router.push({ name: "account" });
|
||||
|
||||
Reference in New Issue
Block a user