Skip to content

Commit 6fd4a8f

Browse files
Fallback to the other verify method was incorrect
1 parent 78de2d5 commit 6fd4a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

touchid.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var verifyFingerprint = function (arg) {
2727
}
2828

2929
if (!createKeyChainEntry()) {
30-
verifyFingerprint(arg);
30+
verifyFingerprintWithCustomFallback(arg);
3131
} else {
3232
var message = arg !== null && arg.message || "Scan your finger";
3333
var query = NSMutableDictionary.alloc().init();

0 commit comments

Comments
 (0)