mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 15:19:56 +01:00
cleaned up "CBC" from methods since we don't have CTR
This commit is contained in:
@@ -21,5 +21,5 @@ module.exports = async () => {
|
||||
|
||||
console.log("Trimmed data key: ", dataKey);
|
||||
|
||||
await password_encryption.setDataKeyCbc(password, dataKey);
|
||||
await password_encryption.setDataKey(password, dataKey);
|
||||
};
|
||||
Reference in New Issue
Block a user