server side encryption WIP

This commit is contained in:
azivner
2017-11-12 21:40:26 -05:00
parent ec49bf0cca
commit 50b789fc39
5 changed files with 12 additions and 84 deletions

View File

@@ -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);