mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
added todo note
This commit is contained in:
@@ -341,6 +341,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
||||
[self exitSearch:self];
|
||||
[self.undoManager removeAllActions];
|
||||
NSError *error;
|
||||
/* TODO let the tree chose the encryption */
|
||||
self.encryptedData = [self.tree encryptWithPassword:self.compositeKey forVersion:KPKDatabaseTypeXml error:&error];
|
||||
if(nil == self.encryptedData && error ) {
|
||||
[self presentError:error];
|
||||
|
||||
Reference in New Issue
Block a user