Fixed issue when cancelling touchID login.
This commit is contained in:
parent
d5d33da12f
commit
2c9ab5d153
@ -82,8 +82,11 @@ static NSDictionary *createKeyQuery(MPUserEntity *user, BOOL newItem, MPKeyOrigi
|
|||||||
|
|
||||||
if ([key keyIDForAlgorithm:user.algorithm])
|
if ([key keyIDForAlgorithm:user.algorithm])
|
||||||
inf( @"Found key in keychain for user: %@", user.userID );
|
inf( @"Found key in keychain for user: %@", user.userID );
|
||||||
else
|
|
||||||
|
else {
|
||||||
inf( @"No key found in keychain for user: %@", user.userID );
|
inf( @"No key found in keychain for user: %@", user.userID );
|
||||||
|
key = nil;
|
||||||
|
}
|
||||||
|
|
||||||
return key;
|
return key;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user