fix: remove settings, too, when deleting an identity

This commit is contained in:
2025-09-24 09:10:21 -06:00
parent c0f407eb72
commit 46d7fee95e
2 changed files with 2 additions and 1 deletions

View File

@@ -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