mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
web: various fixes
This commit is contained in:
@@ -56,7 +56,7 @@ export class NNStorage implements IStorage {
|
||||
const user = await this.read<User>("user");
|
||||
if (!user) return;
|
||||
|
||||
const key = await this._getCryptoKey(user.email);
|
||||
const key = await this._getCryptoKey(`_uk_@${user.email}`);
|
||||
if (!key) return;
|
||||
|
||||
await this.database.deleteMany([
|
||||
|
||||
Reference in New Issue
Block a user