web: fix vault settings not updating on deleting vault

This commit is contained in:
Abdullah Atta
2024-02-22 23:13:29 +05:00
parent da20e7977a
commit 9f241959cf

View File

@@ -76,7 +76,9 @@ class Vault {
});
if (result) {
await db.vault.delete(result.deleteAllLockedNotes);
return true;
}
return false;
}
static unlockVault() {