James před 3 týdny
rodič
revize
d6da107666
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,
       );