Skip to content

Commit 1e046ea

Browse files
committed
Allow biometrictype.strong to pass
1 parent 006ecfa commit 1e046ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/util/biometrics.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class BiometricUtil {
2323
return true;
2424
} else if (availableBiometrics.contains(BiometricType.fingerprint)) {
2525
return true;
26+
} else if (availableBiometrics.contains(BiometricType.strong)) {
27+
return true;
2628
}
2729
}
2830
return false;

0 commit comments

Comments
 (0)