Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Zint committed Feb 14, 2021
1 parent 92a120c commit 8255893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacPass/MPPasswordInputController.m
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ - (NSData*) _touchIdEncryptCompositeKey: (KPKCompositeKey*) compositeKey {
encryptedKey = (NSData*)CFBridgingRelease(SecKeyCreateEncryptedData(publicKey, algorithm, (__bridge CFDataRef)keyData, &error));
if (!encryptedKey) {
NSError *err = CFBridgingRelease(error);
NSLog(@"Error while trying decrypt password for TouchID unlock: %@", [err description]);
NSLog(@"Error while trying to decrypt the CompositeKey for TouchID unlock: %@", [err description]);
}
}
else {
Expand Down

0 comments on commit 8255893

Please sign in to comment.