mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
server side encryption WIP
This commit is contained in:
@@ -91,8 +91,6 @@ settings.addModule((function() {
|
||||
|
||||
// encryption password changed so current encryption session is invalid and needs to be cleared
|
||||
encryption.resetEncryptionSession();
|
||||
|
||||
encryption.setEncryptedDataKey(result.new_encrypted_data_key);
|
||||
}
|
||||
else {
|
||||
showError(result.message);
|
||||
|
||||
Reference in New Issue
Block a user