2
0

Fixed issue causing emergency generator password button to not respond.

This commit is contained in:
Maarten Billemont
2017-04-17 22:27:36 -04:00
parent 2c9ab5d153
commit d704f451a3
4 changed files with 51 additions and 57 deletions

View File

@@ -82,7 +82,7 @@ static NSDictionary *createKeyQuery(MPUserEntity *user, BOOL newItem, MPKeyOrigi
if ([key keyIDForAlgorithm:user.algorithm])
inf( @"Found key in keychain for user: %@", user.userID );
else {
inf( @"No key found in keychain for user: %@", user.userID );
key = nil;