polish nsecbunker

This commit is contained in:
2023-12-05 14:25:44 +07:00
parent 482b218f74
commit 7decf264d7
4 changed files with 75 additions and 39 deletions

View File

@@ -19,7 +19,7 @@ export function Logout() {
// remove private key
await db.secureRemove(db.account.pubkey);
await db.secureRemove(db.account.pubkey + '-nsecbunker');
await db.secureRemove(`${db.account.pubkey}-nsecbunker`);
// logout
await db.accountLogout();