James 3 weeks ago
parent
commit
d6da107666
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/utils/biometricAuthUtils.dart

+ 1 - 1
lib/utils/biometricAuthUtils.dart

@@ -80,7 +80,7 @@ class BiometricAuthUtils {
     try {
       final bool authed = await auth.authenticate(
         localizedReason: reason, // '请进行人脸识别以访问您的密码',
-        biometricOnly: true,
+        // biometricOnly: true,
         sensitiveTransaction: true,
         persistAcrossBackgrounding: false,
       );