Skip to content

Commit

Permalink
fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
findus committed Oct 29, 2024
1 parent 6e8c115 commit 15ee4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quickunlock/TouchID.mm
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ inline CFMutableDictionaryRef makeDictionary() {
bool TouchID::setKey(const QUuid& dbUuid, const QByteArray& passwordKey)
{
if (!setKey(dbUuid,passwordKey, false)) {
debug("TouchID::setKey failed with error trying fallback method without TouchID flag")
debug("TouchID::setKey failed with error trying fallback method without TouchID flag");
return setKey(dbUuid, passwordKey, true);
} else {
return true;
Expand Down

0 comments on commit 15ee4bf

Please sign in to comment.