James 3 周之前
父節點
當前提交
d6da107666
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,
       );