forked from trent_larson/crowd-funder-for-time-pwa
fix: remove settings, too, when deleting an identity
This commit is contained in:
@@ -306,6 +306,7 @@ export default class IdentitySwitcherView extends Vue {
|
||||
}
|
||||
|
||||
await this.$exec("DELETE FROM accounts WHERE id = ?", [id]);
|
||||
await this.$exec("DELETE FROM settings WHERE accountDid = ?", [accountDid]);
|
||||
});
|
||||
|
||||
// Update UI
|
||||
|
||||
Reference in New Issue
Block a user