feat: polish

This commit is contained in:
2024-01-14 09:39:56 +07:00
parent ab27bd5f44
commit f908c46a19
34 changed files with 671 additions and 421 deletions

View File

@@ -279,9 +279,6 @@ export class LumeStorage {
}
const account = await this.getActiveAccount();
this.currentUser = account;
this.currentUser.contacts = [];
return account;
}